
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
@smartive/generator-k8s
Advanced tools
This is a yeoman generator for kubernetes resources.
To install this package, simply run
Install yeoman (if haven't already) npm i -g yo.
After you installed this package, use:
yo k8s
All detailed generators are described below.
Command: yo k8s
This launches the resource generator which asks which parts you want to configure. All parts are concatenated into one file after all questions are answered.
With this generator, you can generate a full deployment with service, app, ingress and other things.
Command: yo k8s:config
This generates a ConfigMap for k8s. During the questions, you can enter config map values
with your configured $EDITOR if you wish to do so.
Empty lines and lines that start with # are ignored after you close the editor.
Command: yo k8s:deployment
This generates a Deployment for k8s. You have to enter some values to
generate the yml structure. If you've configured a PersistentVolumeClaim it's added to the bottom.
Command: yo k8s:ingress
This generates an Ingress for k8s. You can enter multiple host urls, which are
then configured the correct way. You can decide if you want to disable HTTPS.
Command: yo k8s:persistent-volume-claim
This generates a PersistentVolumeClaim for k8s. You need to enter access modes and a size for the claim.
Command: yo k8s:secret
This generates a Secret for k8s. During the questions, you can enter secret values
with your configured $EDITOR if you wish to do so.
Empty lines and lines that start with # are ignored after you close the editor.
After the editor is closed, all values after the colon are base64 encoded.
foo: bar becomes foo: IGJhcg==.
Command: yo k8s:service
This generates a Service for k8s. You can add multiple ports for the service which are then
added to the resulting yml.
The changelog is generated by semantic release and is located under the release section.
This software is licenced under the MIT licence.
FAQs
Yeoman generator for kubernetes resources
The npm package @smartive/generator-k8s receives a total of 0 weekly downloads. As such, @smartive/generator-k8s popularity was classified as not popular.
We found that @smartive/generator-k8s demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.