Skip to main content

Does Wing support Kubernetes?

Deploying Wing workloads to Kubernetes

Yes, Wing supports Kubernetes through the Workload resource which is a high-level representation of containerized workloads. When deployed to AWS, workloads are scheduled into a Kubernetes/EKS cluster via Helm.

Synthesizing Kubernetes manifests through Wing using CDK8s

Since Wing has native support for constructs, you can technically use CDK for Kubernetes (CDK8s) to synthesize Kubernetes manifests and apply them to your cluster.

See #678 for details.

Creating Kubernetes cluster infrastructure with Wing

The Kubernetes Terraform Provider can be used in Wing to provision complete clusters.