Kubernetes Snippets
Configuration
ConfigMap
Secret
Load Balancing
Ingress
Service Discovery
Service > ClusterIP
Service > NodePort
Service > LoadBalancer
Service > Headless
Service > ExternalName
Service > ExternalIps
Volumes
Persistent Volume
Persistent Volume Claim
StorageClass
Workloads
DaemonSet
Deployment
Pods
ReplicaSet
StatefulSet
CronJob
Job
Misc
Namespace
Namespace
apiVersion
: v1
kind
: Namespace
metadata
:
name
: mynamespace
spec
: {}
official documentation
Read more
Misc
Configuration