qCloudy AWS EKS Module for Pulumi
npm install @qcloudy/pulumi-aws-eksThis is a project containing components for use with [Pulumi][pulumi], a module for provisioning AWS network cloud infrastructure based on a description written with general purpose programming languages.
This project provides a Pulumi AWS component named Eks, which can be used to create an Openstack Networking Components:
- Cluster
- Managed Node Group
- Self-Managed Node Group
- Fargate Profile
- Kubernetes Namespaces
- IRSA
Module based on some of the good practices described by the AWS documentation, and the experience of the package author, contributors and reviewers.
A [CHANGELOG][changelog] is maintained for this project.
``shell``
$ npm install --save '@qcloudy/pulumi-aws-eks'
This package is licensed under the [Mozilla Public License, v2.0][mpl2].
Please feel free to open issues or pull requests on GitHub!
[pulumi]: https://pulumi.io
[pulumipreview]: https://pulumi.io/reference/cli/pulumi_preview.html
[mpl2]: https://www.mozilla.org/en-US/MPL/2.0/
[changelog]: https://github.com/qcloudy/pulumi-openstack-network/blob/master/CHANGELOG.md
qCloudy Engineers