Name | pulumi-eks JSON |
Version |
3.7.0
JSON |
| download |
home_page | None |
Summary | Pulumi Amazon Web Services (AWS) EKS Components. |
upload_time | 2025-01-02 15:26:26 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.9 |
license | Apache-2.0 |
keywords |
pulumi
aws
eks
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
[![Build Status](https://github.com/pulumi/pulumi-eks/actions/workflows/master.yml/badge.svg)](https://github.com/pulumi/pulumi-eks/actions/workflows/master.yml)
[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)
[![npm version](https://badge.fury.io/js/@pulumi%2Feks.svg)](https://badge.fury.io/js/@pulumi%2Feks)
[![Python version](https://badge.fury.io/py/pulumi-eks.svg)](https://pypi.org/project/pulumi-eks)
[![NuGet version](https://badge.fury.io/nu/pulumi.eks.svg)](https://badge.fury.io/nu/pulumi.eks)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-eks/sdk/go/eks)](https://pkg.go.dev/github.com/pulumi/pulumi-eks/sdk/go/eks)
# 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](https://www.pulumi.com/docs/guides/crosswalk/aws/eks/) 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`](https://github.com/aws/amazon-vpc-cni-k8s/) to manage pod networking in Kubernetes.
<div>
<a href="https://www.pulumi.com/templates/kubernetes/aws/" title="Get Started">
<img src="https://www.pulumi.com/images/get-started.svg?" width="120">
</a>
</div>
## 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`:
```bash
$ npm install @pulumi/eks
```
or `yarn`:
```bash
$ 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
* [Tutorial](https://www.pulumi.com/blog/easily-create-and-manage-aws-eks-kubernetes-clusters-with-pulumi/)
* [Reference Documentation](https://www.pulumi.com/registry/packages/eks/api-docs/)
* [Examples](./examples)
* [Crosswalk for AWS - EKS Guide](https://www.pulumi.com/docs/guides/crosswalk/aws/eks/)
## Contributing
If you are interested in contributing, please see the [contributing docs][contributing].
## Code of Conduct
Please follow the [code of conduct][code-of-conduct].
[contributing]: CONTRIBUTING.md
[code-of-conduct]: CODE-OF-CONDUCT.md
Raw data
{
"_id": null,
"home_page": null,
"name": "pulumi-eks",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "pulumi, aws, eks",
"author": null,
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/fa/71/6bd7bc518cbea15e5193934bd09cbc6ee29d8323394932daa197a245dfc1/pulumi_eks-3.7.0.tar.gz",
"platform": null,
"description": "[![Build Status](https://github.com/pulumi/pulumi-eks/actions/workflows/master.yml/badge.svg)](https://github.com/pulumi/pulumi-eks/actions/workflows/master.yml)\n[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)\n[![npm version](https://badge.fury.io/js/@pulumi%2Feks.svg)](https://badge.fury.io/js/@pulumi%2Feks)\n[![Python version](https://badge.fury.io/py/pulumi-eks.svg)](https://pypi.org/project/pulumi-eks)\n[![NuGet version](https://badge.fury.io/nu/pulumi.eks.svg)](https://badge.fury.io/nu/pulumi.eks)\n[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-eks/sdk/go/eks)](https://pkg.go.dev/github.com/pulumi/pulumi-eks/sdk/go/eks)\n\n# Pulumi Amazon Web Services (AWS) EKS Components\n\nThe 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](https://www.pulumi.com/docs/guides/crosswalk/aws/eks/) as a package available in all Pulumi languages.\n\n\nThis includes:\n- The EKS cluster control plane.\n- The cluster's worker nodes configured as node groups, which are managed by an auto scaling group.\n- The AWS CNI Plugin [`aws-k8s-cni`](https://github.com/aws/amazon-vpc-cni-k8s/) to manage pod networking in Kubernetes.\n\n\n<div>\n <a href=\"https://www.pulumi.com/templates/kubernetes/aws/\" title=\"Get Started\">\n <img src=\"https://www.pulumi.com/images/get-started.svg?\" width=\"120\">\n </a>\n</div>\n\n## Installing\n\nThis package is available in many languages in the standard packaging formats.\n\n### Node.js (JavaScript/TypeScript)\n\nTo use from JavaScript or TypeScript in Node.js, install it using either `npm`:\n\n```bash\n$ npm install @pulumi/eks\n```\n\n or `yarn`:\n\n```bash\n$ yarn add @pulumi/eks\n```\n\n### Python\n\nTo use from Python, install using `pip`:\n\n $ pip install pulumi_eks\n\n### Go\n\nTo use from Go, use `go get` to grab the latest version of the library\n\n $ go get github.com/pulumi/pulumi-eks/sdk/go\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n $ dotnet add package Pulumi.Eks\n\n## References\n\n* [Tutorial](https://www.pulumi.com/blog/easily-create-and-manage-aws-eks-kubernetes-clusters-with-pulumi/)\n* [Reference Documentation](https://www.pulumi.com/registry/packages/eks/api-docs/)\n* [Examples](./examples)\n* [Crosswalk for AWS - EKS Guide](https://www.pulumi.com/docs/guides/crosswalk/aws/eks/)\n\n## Contributing\n\nIf you are interested in contributing, please see the [contributing docs][contributing].\n\n## Code of Conduct\n\nPlease follow the [code of conduct][code-of-conduct].\n\n[contributing]: CONTRIBUTING.md\n[code-of-conduct]: CODE-OF-CONDUCT.md\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "Pulumi Amazon Web Services (AWS) EKS Components.",
"version": "3.7.0",
"project_urls": {
"Homepage": "https://pulumi.com",
"Repository": "https://github.com/pulumi/pulumi-eks"
},
"split_keywords": [
"pulumi",
" aws",
" eks"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "e130a0bc3377fc732b987583db8b922b9bb74e2197bf1562627ba4024d63cb8d",
"md5": "83720b2bf288bc9f262e188fb96a6da8",
"sha256": "386755fbba70a84ea3bae549f21b2f1ccbe5093e0c617a95f2e48a6e620168e1"
},
"downloads": -1,
"filename": "pulumi_eks-3.7.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "83720b2bf288bc9f262e188fb96a6da8",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 96215,
"upload_time": "2025-01-02T15:26:23",
"upload_time_iso_8601": "2025-01-02T15:26:23.122480Z",
"url": "https://files.pythonhosted.org/packages/e1/30/a0bc3377fc732b987583db8b922b9bb74e2197bf1562627ba4024d63cb8d/pulumi_eks-3.7.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "fa716bd7bc518cbea15e5193934bd09cbc6ee29d8323394932daa197a245dfc1",
"md5": "28bffc12e3f2f8744670cdce25c73e89",
"sha256": "b9f45176b1a6ec6aedcb8a9097a2a61671649d57f05560445db9acfff1068763"
},
"downloads": -1,
"filename": "pulumi_eks-3.7.0.tar.gz",
"has_sig": false,
"md5_digest": "28bffc12e3f2f8744670cdce25c73e89",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 86748,
"upload_time": "2025-01-02T15:26:26",
"upload_time_iso_8601": "2025-01-02T15:26:26.360311Z",
"url": "https://files.pythonhosted.org/packages/fa/71/6bd7bc518cbea15e5193934bd09cbc6ee29d8323394932daa197a245dfc1/pulumi_eks-3.7.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-02 15:26:26",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "pulumi",
"github_project": "pulumi-eks",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pulumi-eks"
}