How to share secret across namespaces in Kubernetes

0 votes

Hi Guys,

I have secrets in a namespace. I want to share secrets across namespaces in Kubernetes. How can I do that?

Oct 21, 2020 in Kubernetes by akhtar
• 38,260 points
7,982 views

1 answer to this question.

0 votes

Hi@akhtar,

You will have to create the secret for every namespace. But you can just copy secret from one namespace to another. You need to use the below command.

$ kubectl get secret secret_name --namespace=default -oyaml | kubectl apply --namespace=dev -f -

If you are interested in knowing more about Kubernetes, then consider taking  CKA Certification Course.

answered Oct 21, 2020 by MD
• 95,460 points

Related Questions In Kubernetes

0 votes
1 answer

How to use gravitational teleport in a container/kubernetes environment?

You can use teleport to augment kubernetes ...READ MORE

answered Jun 28, 2018 in Kubernetes by ajs3033
• 7,300 points
2,467 views
0 votes
1 answer

How do I sign-in to kubernetes dashboard?

Since version 1.7 Dashboard uses more secure ...READ MORE

answered Sep 7, 2018 in Kubernetes by DareDev
• 6,890 points
2,299 views
0 votes
2 answers
0 votes
1 answer
+1 vote
1 answer
0 votes
3 answers

Error while joining cluster with node

Hi Kalgi after following above steps it ...READ MORE

answered Jan 17, 2019 in Others by anonymous
15,476 views
0 votes
1 answer

permissions related to AWS ECR

if you add allowContainerRegistry: true, kops will add those permissions ...READ MORE

answered Oct 9, 2018 in Kubernetes by Kalgi
• 52,350 points
1,396 views
0 votes
1 answer

How to create deployment build in kubernetes?

Hi@akhtar, To create any resources in kubernetes you ...READ MORE

answered May 18, 2020 in Kubernetes by MD
• 95,460 points
1,167 views
0 votes
1 answer

How to change default Namespace in Kubernetes?

Hi@akhtar, Kubernetes will automatically create one namespace named ...READ MORE

answered Jul 5, 2020 in Kubernetes by MD
• 95,460 points
9,515 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP