Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A Pulumi component for easily creating and managing an Amazon EKS Cluster

License

NotificationsYou must be signed in to change notification settings

pulumi/pulumi-eks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Build StatusSlacknpm versionPython versionNuGet versionPkgGoDev

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 thePulumi 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 Pluginaws-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 eithernpm:

$ npm install @pulumi/eks

oryarn:

$ yarn add @pulumi/eks

Python

To use from Python, install usingpip:

$ pip install pulumi_eks

Go

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

$ go get github.com/pulumi/pulumi-eks/sdk/go

.NET

To use from .NET, install usingdotnet add package:

$ dotnet add package Pulumi.Eks

References

Contributing

If you are interested in contributing, please see thecontributing docs.

Code of Conduct

Please follow thecode of conduct.


[8]ページ先頭

©2009-2025 Movatter.jp