DEV Community

Discussion on: Learn Kubernetes, part III scaling my app

Collapse
 
devorkin profile image
Yehonatan Devorkin • Edited

Hi there all!
Chris, I really liked your articles about K8s, I do learn a lot from them!

I have one question though, when I'm creating a new "deployment" per your articles, sing the command kubectl run kubernetes-first-app...
I'm getting eventually a new Pod - and none new Deployment.
How come? Am I missing anything?

I'm using in my lab both Minikube (with VirtualBox driver) and K8s lab (based on Vagrant, 2 Ubuntu VMs [means 2 nodes]) - both using Kubectl version 1.19

Thanks and "sorry" for jumping this article back to the active ones ;-)