Name | pulumi-eks JSON |
Version |
3.5.0
JSON |
| download |
home_page | None |
Summary | Pulumi Amazon Web Services (AWS) EKS Components. |
upload_time | 2024-12-16 22:04:37 |
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/64/0a/8eee827af2c13ca55ef121f922e92615adec3441d11e002ef1fdf7f6cf87/pulumi_eks-3.5.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.5.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": "3b4f3614e726552bd2590efee5835a7a03e431c1584e32db46fa2cb2b629ac65",
"md5": "7c894cbcbe1593b03af8064b5b5fff30",
"sha256": "0ba11a382977c489ec2c22544b688bd76ff6bd5817dc071e598ff899b340c611"
},
"downloads": -1,
"filename": "pulumi_eks-3.5.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "7c894cbcbe1593b03af8064b5b5fff30",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 96169,
"upload_time": "2024-12-16T22:04:33",
"upload_time_iso_8601": "2024-12-16T22:04:33.941247Z",
"url": "https://files.pythonhosted.org/packages/3b/4f/3614e726552bd2590efee5835a7a03e431c1584e32db46fa2cb2b629ac65/pulumi_eks-3.5.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "640a8eee827af2c13ca55ef121f922e92615adec3441d11e002ef1fdf7f6cf87",
"md5": "0a6acdcafb81d321e37892dba444b6c5",
"sha256": "0310f5d19768fcf2e0a06eadd3d71b2ae21f9074dda5f0466a0172e00f543c41"
},
"downloads": -1,
"filename": "pulumi_eks-3.5.0.tar.gz",
"has_sig": false,
"md5_digest": "0a6acdcafb81d321e37892dba444b6c5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 86713,
"upload_time": "2024-12-16T22:04:37",
"upload_time_iso_8601": "2024-12-16T22:04:37.726902Z",
"url": "https://files.pythonhosted.org/packages/64/0a/8eee827af2c13ca55ef121f922e92615adec3441d11e002ef1fdf7f6cf87/pulumi_eks-3.5.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-16 22:04:37",
"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"
}