Developing for containerized production is hard. Especially when you debug on the local network then push to Kubernetes for production. Nothing ever matches production. What if it was simple to actually debug or at least run it locally so you know you are seeing the same thing you expect in production?
Lets take a go at that reality today. We will walk through what Rancher Desktop does to make it easier to run a local Kubernetes cluster but only when you really need it. When you don't have the app started it doesn't take any resources at all.
Setup Gitbash in Windows Terminal
• How to Setup Git Bash in Windows Terminal ...
https://rancherdesktop.io/
https://docs.rancherdesktop.io/gettin...
Jason Yee's simplest K8s
https://github.com/jwsy/simplest-k8s.git
Article: https://itnext.io/simplest-minimal-k8...
Launches at https://jade-shooter.rancher.localhost
Kompose Documentation
https://kubernetes.io/docs/tasks/conf...
https://kompose.io/user-guide/#altern...
Kompose Download for Windows
https://github.com/kubernetes/kompose...
Using Helm
https://helm.sh/docs/intro/using_helm/
0:00 Intro
0:29 Installation
1:14 First Deploy
3:19 Docker Compose
5:22 Kompose
6:31 Creating a Deployment
7:40 Fixing Image Not Found
9:47 Helm Chart