Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pk8syaml

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pk8syaml

Evaluate Kubernetes YAML to produce Pulumi resources.

  • 0.1.6
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Pulumi Kubernetes YAML Bridge (pk8syaml)

This library lets you deploy standard Kubernetes YAML files using Pulumi. This enables a few interesting scenarios

  • Incremental adoption of real code for Kubernetes deployments
  • GitOps-based CI/CD, using immutable infrastructure, for Kubernetes
  • Ability to mix AWS, Azure, Google Cloud configuration alongside Kubernetes configuration

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.

Examples

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

Package last updated on 02 Jul 2018

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc