Skip to main content
Search
Search This Blog
TECH OUTREACH
Share
Get link
Facebook
X
Pinterest
Email
Other Apps
Labels
Kubernetes
April 14, 2020
kubernetes: copy secret from one namespace to another
kubectl get secret SECRET-NAME --namespace=NS --export -o yaml | kubectl apply --namespace=NS -f -
Comments
Popular Posts
May 20, 2018
Golang error: Bad file descriptor
March 30, 2020
Taking java heap dump of application using jattach and s3
Comments
Post a Comment