awesome-k8s-resources
awesome-k8s-resources copied to clipboard
Add tools kompose and kustomize
Added Kubernetes Tools: Kompose and Kustomize
Description
This PR adds support for Kompose and Kustomize to enhance Kubernetes deployment workflows.
Changes:
- Kompose: Enables conversion of Docker Compose files into Kubernetes manifests.
- Kustomize: Provides a declarative way to customize Kubernetes configurations without modifying the base files.
Why?
These tools streamline Kubernetes deployments, making it easier to manage and customize configurations efficiently.