👨💼📈 Mentorship/On-the-Job Support/Consulting - https://calendly.com/antonputra/youtube or
[email protected]
▬▬▬▬▬ Experience & Location 💼 ▬▬▬▬▬
► I’m a Senior Software Engineer at Juniper Networks (12+ years of experience)
► Located in San Francisco Bay Area, CA (US citizen)
▬▬▬▬▬▬ Connect with me 👋 ▬▬▬▬▬▬
► LinkedIn: https://www.linkedin.com/in/anton-putra
► Twitter/X: https://twitter.com/antonvputra
► GitHub: https://github.com/antonputra
► Email:
[email protected]
▬▬▬▬▬▬ Related videos 👨🏫 ▬▬▬▬▬▬
👉 [Playlist] Kubernetes Tutorials: https://www.youtube.com/playlist?list=PLiMWaCMwGJXnHmccp2xlBENZ1xr4FpjXF
👉 [Playlist] Terraform Tutorials: https://www.youtube.com/playlist?list=PLiMWaCMwGJXmJdmfJjG3aK1IkU7oWvxIj
👉 [Playlist] Network Tutorials: https://www.youtube.com/playlist?list=PLiMWaCMwGJXluySjXqWG6fg1H1hzd-zWz
👉 [Playlist] Apache Kafka Tutorials: https://www.youtube.com/playlist?list=PLiMWaCMwGJXlL8-E-xu8RBwyC5YfS3V5e
👉 [Playlist] Performance Benchmarks: https://www.youtube.com/playlist?list=PLiMWaCMwGJXl-h2RgOSpdO-pQaSRwlVjd
👉 [Playlist] Database Tutorials: https://www.youtube.com/playlist?list=PLiMWaCMwGJXnhmmh5pu9sdWekdRwAzV5f
=========
⏱️TIMESTAMPS⏱️
0:00 Intro
0:26 helm plugin install secrets
0:36 helm secrets help
1:00 brew install gnu-getopt
2:07 brew install gpg
2:14 gpg --list-keys
2:20 gpg --gen-key
2:52 gpg --list-keys
3:01sops -p (key) secrets.yaml
4:11 helm secrets view secrets.yaml
4:49 helm create app
5:12 secrets.yaml helm template
5:50 create env for k8s pod
6:09 helm secrets install app ./app -n default -f ./secrets.yaml
6:45 helm ls
6:53 kubectl get secrets credentials -o yaml
7:14 echo "" | base64 -d
7:26 kubectl exec (pod) -- printenv
=========
Source Code
📚 - Instructions: https://antonputra.com/helm-3-secrets-tutorial
🖥️ - GitHub: https://github.com/devops-by-example/tutorials/tree/master/lessons/025
#Helm #Kubernetes #HelmSecrets