Kubernetes templates
Templates
Login
Kubernetes Templates
Simple Deployment
Basic single pod, single container deployment
Annotated Deployment
Deployment with various recommented labels, liveness probes, resource requests and limits, and a mounted pvc
PersistentVolumeClaim
Simple PersistentVolumeClaim with in Filesystem mode
PVC Inspector
Pod to inspect a persistent volume claim by mounting it in a custom container, see https://frank.sauerburger.io/2021/12/01/inspect-k8s-pvc.html
Ingress with nginx
Simple HTTP ingress with TLS certificate issuer.
Simple service
Simple ClusterIP service with app selector
SayMyName
Deployment, service, pvc, and ingress to deploy the saymyname v2 app.
CertificateSigningRequest
Request to sign a user certificate by the cluster CA. An admin needs to approve the request with "kubectl certificate approve NAME".
Secret
Basic opaque secret
ConfigMap
Basic config map