Overview of the Pulumi Kubernetes Provider
masterThe Pulumi Kubernetes provider implements the Kubernetes provider logic. It offers two primary ways to manage Kubernetes infrastructure:
- Custom Resources: These represent native Kubernetes kinds (e.g., Pods, Services, Deployments) as Pulumi resources.
- Component Resources: These are higher-level abstractions used for working with Kubernetes manifests and third-party tools like Helm and Kustomize.
Additionally, the provider includes 'invokes' to support various 'overlay' resources that are managed at the SDK level.