Back to tools
Kubernetes Manifest Generator
Create basic YAML files for your Kubernetes resources quickly and easily.
What is Kubernetes?
Kubernetes (K8s) is an open-source container orchestration system that automates deployment, scaling, and management of containerized applications.
- Deployment: Defines how your application pods and replicas run
- Service: Exposes pods as a network service
- Ingress: Manages external HTTP/HTTPS access
- ConfigMap: Stores non-sensitive configuration