Manage Kubernetes resources via Terraform
Schedule a NGINX instance and expose it using the Terraform Kubernetes provider.
Use case
Provision and manage Kubernetes clusters on AWS, Microsoft Azure, or Google Cloud, and interact with your cluster using the Kubernetes Terraform provider.
Challenge
Many organizations adopt Kubernetes to modernize and orchestrate their containerized apps, making applications more portable so IT can shift them more easily between internal environments and the cloud. Platform teams have many choices for how to run Kubernetes reliably and securely, and continuously deploying apps to Kubernetes can be challenging.
Solution
With Terraform infrastructure as code, you can provision Kubernetes clusters, surrounding services, and application resources with a single workflow. Publish resources in reusable modules in your organization's own private registry, and create workspaces for app developers to compose their own Kubernetes environments based on these shared components.
Schedule a NGINX instance and expose it using the Terraform Kubernetes provider.
Use the HCP Terraform Operator for Kubernetes to manage the lifecycle of cloud and on-premises infrastructure through a single workflow.
Provision a Kubernetes cluster in Amazon Web Services.