mitchellmaler / pulumi-rke

An RKE pulumi resource package, providing multi language access to RKE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RKE Resource Provider

The RKE resource provider for Pulumi lets you create a Kubernetes cluster using RKE in your cloud programs. To use this package, please install the Pulumi CLI first.

Installing

This package is available in many languages in the standard packaging formats.

Node.js (Java/TypeScript)

To use from JavaScript or TypeScript in Node.js, install using either npm:

$ npm install @jaxxstorm/pulumi-rke

or yarn:

$ yarn add @jaxxstorm/pulumi-rke

Python

To use from Python, install using pip:

$ pip install pulumi_rancher2

Go

To use from Go, use go get to grab the latest version of the library

$ go get github.com/jaxxstorm/pulumi-rke/sdk/go/...

Reference

Coming Soon

About

An RKE pulumi resource package, providing multi language access to RKE

License:Apache License 2.0


Languages

Language:Go 50.6%Language:C# 27.0%Language:Python 11.3%Language:TypeScript 10.1%Language:Makefile 0.9%Language:Shell 0.1%