
Product
Announcing Socket Certified Patches: One-Click Fixes for Vulnerable Dependencies
A safer, faster way to eliminate vulnerabilities without updating dependencies
This library lets you deploy standard Kubernetes YAML files using Pulumi. This enables a few interesting scenarios
pk8syaml is published to NPM, and may be installed simply as
$ npm install pk8syaml
And then in your Pulumi program, simply point it at the desired YAML files
'use strict';
let pk8syaml = require("pk8syaml");
pk8syaml.apply("./path/to/some-kubernetes-config.yaml", ..., "./path/to/more-kubernetes-config.yaml");
To use this library, make sure install Pulumi first.
For a basic example of pk8syaml in action, see the Standard Kubernetes Guestbook.
To see an interesting mix of Kubernetes and cloud resources, including AWS, Azure, and Google Cloud, see this same Guestbook using hosted AWS ElastiCache. These are versioned and deployed homogeneously. Of course, it gets more interesting when you port the YAML configuration to real code, eliminating the need to do string substitution, and unlocking the full power of programming languages.

FAQs
Evaluate Kubernetes YAML to produce Pulumi resources.
We found that pk8syaml demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.

Product
A safer, faster way to eliminate vulnerabilities without updating dependencies

Product
Reachability analysis for Ruby is now in beta, helping teams identify which vulnerabilities are truly exploitable in their applications.

Research
/Security News
Malicious npm packages use Adspect cloaking and fake CAPTCHAs to fingerprint visitors and redirect victims to crypto-themed scam sites.