Pulumi Amazon Web Services (AWS) EKS Components.
Project description
Pulumi Amazon Web Services (AWS) EKS Components
The Pulumi EKS library provides a Pulumi component that creates and manages the resources necessary to run an EKS Kubernetes cluster in AWS. This component exposes the Crosswalk for AWS functionality documented in the Pulumi Elastic Kubernetes Service guide as a package available in all Pulumi languages.
This includes:
- The EKS cluster control plane.
- The cluster's worker nodes configured as node groups, which are managed by an auto scaling group.
- The AWS CNI Plugin
aws-k8s-cni
to manage pod networking in Kubernetes.
Installing
This package is available in many languages in the standard packaging formats.
Node.js (JavaScript/TypeScript)
To use from JavaScript or TypeScript in Node.js, install it using either npm
:
$ npm install @pulumi/eks
or yarn
:
$ yarn add @pulumi/eks
Python
To use from Python, install using pip
:
$ pip install pulumi_eks
Go
To use from Go, use go get
to grab the latest version of the library
$ go get github.com/pulumi/pulumi-eks/sdk/go
.NET
To use from .NET, install using dotnet add package
:
$ dotnet add package Pulumi.Eks
References
Contributing
If you are interested in contributing, please see the contributing docs.
Code of Conduct
Please follow the code of conduct.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for pulumi_eks-3.1.0a1730128870.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6fc54aa3e6eeed493ae254a7ac05d4d39f9e45f6433756645e31ae74a75b7077 |
|
MD5 | 6a5eb51fef05c505b78613e144e02982 |
|
BLAKE2b-256 | 595dc5e02e18cb8887806d70035c1e347f87bc6249d4e78e20b721543e8cdc3f |
Hashes for pulumi_eks-3.1.0a1730128870-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ff311a85db151426706ae2f3870835c683fce33040b9cccd63763a3e2cc9c693 |
|
MD5 | a94832f9e0777d0173ac6095879d8ea7 |
|
BLAKE2b-256 | ab2fe0198fa0e797449044007a19df0f14cf4c3b0ce2b45653cda94d09a49bd6 |