{"id":22020513,"url":"https://github.com/pulumi/pulumi-eks","last_synced_at":"2025-05-14T23:06:35.106Z","repository":{"id":37502519,"uuid":"145051421","full_name":"pulumi/pulumi-eks","owner":"pulumi","description":"A Pulumi component for easily creating and managing an Amazon EKS Cluster","archived":false,"fork":false,"pushed_at":"2025-05-12T17:31:13.000Z","size":27399,"stargazers_count":177,"open_issues_count":150,"forks_count":83,"subscribers_count":31,"default_branch":"master","last_synced_at":"2025-05-12T18:38:01.744Z","etag":null,"topics":["eks","kubernetes","nodejs","pulumi","typescript"],"latest_commit_sha":null,"homepage":"https://www.pulumi.com/registry/packages/eks/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pulumi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG_OLD.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-08-17T00:09:55.000Z","updated_at":"2025-05-09T06:38:22.000Z","dependencies_parsed_at":"2023-10-23T09:38:20.891Z","dependency_job_id":"9666660e-9c95-4c17-907c-60ad4c8073b9","html_url":"https://github.com/pulumi/pulumi-eks","commit_stats":{"total_commits":726,"total_committers":82,"mean_commits":8.853658536585366,"dds":0.6666666666666667,"last_synced_commit":"8534922a088da810bd913e8b4ff3c1feffbd5cea"},"previous_names":["pulumi/eks"],"tags_count":212,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pulumi%2Fpulumi-eks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pulumi%2Fpulumi-eks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pulumi%2Fpulumi-eks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pulumi%2Fpulumi-eks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pulumi","download_url":"https://codeload.github.com/pulumi/pulumi-eks/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253805848,"owners_count":21967053,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["eks","kubernetes","nodejs","pulumi","typescript"],"created_at":"2024-11-30T06:06:50.383Z","updated_at":"2025-05-14T23:06:30.097Z","avatar_url":"https://github.com/pulumi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![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\u003cdiv\u003e\n    \u003ca href=\"https://www.pulumi.com/templates/kubernetes/aws/\" title=\"Get Started\"\u003e\n       \u003cimg src=\"https://www.pulumi.com/images/get-started.svg?\" width=\"120\"\u003e\n    \u003c/a\u003e\n\u003c/div\u003e\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpulumi%2Fpulumi-eks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpulumi%2Fpulumi-eks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpulumi%2Fpulumi-eks/lists"}