Posted On 02.02.2025

Kubernetes – create a configuration backup with kubectl

0 comments
confdroid.com >> blog >> Kubernetes – create a configuration backup with kubectl
Advertisements
kubectl -n monitoring get all,ingress,networkpolicies,configmaps,secrets -o yaml > prometheus.yaml

Author Profile

12ww1160DevOps engineer & architect

Advertisements

Leave a Reply

Your email address will not be published. Required fields are marked *

four × two =

Related Post

The TLS Journey: Fixing Wiki.js → PgBouncer → PostgreSQL (and learning Node.js SNI the hard way)

You know those bugs that look small at first — but then drag you, willingly,…

Kubernetes: How to resolve external DNS within a pod

Sometimes we need to be able to resolve external ip addresses from within a pod.…

Migrating my cloud to Kubernetes – Part 1: storage facility

Earlier today I wrote an introduction to my new blog series about migrating to Kubernetes.…