Application lifecycle typically consists of three parts. First, we develop locally, we deploy to temporary environments, usually due to creating pull requests, and we proceed towards a permanent environment, all the way until production.
Can we streamline and simplify the whole application lifecycle process by combining Kubernetes, vCluster, DevSpace, Argo CD, k3d, and GitHub Actions? Even if you prefer a different combination, the principles behind this process can be easily applied to a myriad of other tools.
#Kubernetes #vCluster #DevSpace #ArgoCD #K3d #GitHubActions
Consider joining the channel: https://www.youtube.com/channel/UCfz8x0lVzJpb_dgWm9kPVrw/join
▬▬▬▬▬▬ 🔗 Additional Info 🔗 ▬▬▬▬▬▬
➡ Gist with the commands: https://gist.github.com/ed8ad113fff4322ef309198d5455687f
🎬 vCluster: https://youtu.be/JqBjpvp268Y
🎬 DevSpace: https://youtu.be/nQly_CEjJc4
🎬 Github Actions: https://youtu.be/eZcAvTb0rbA
🎬 Argo CD: https://youtu.be/vpWQeoaiRM4
🎬 K3d: https://youtu.be/mCesuGk-Fks
🎬 GitHub CLI: https://youtu.be/BII6ZY2Rnlc
▬▬▬▬▬▬ 🚀 Courses, books, and podcasts 🚀 ▬▬▬▬▬▬
📚 Books and courses: https://www.devopstoolkitseries.com
🎤 Podcast: https://www.devopsparadox.com/
💬 Live streams: https://www.youtube.com/c/DevOpsParadox
▬▬▬▬▬▬ 👋 Contact me 👋 ▬▬▬▬▬▬
➡ Twitter: https://twitter.com/vfarcic
➡ LinkedIn: https://www.linkedin.com/in/viktorfarcic/
▬▬▬▬▬▬ ⏱ Timecodes ⏱ ▬▬▬▬▬▬
00:00 Full lifecycle of applications
03:06 Setup
04:09 Local development
06:38 Preview environments
11:32 Production environment
16:51 Conclusion