How to kill pods on Kubernetes local setup -


i starting exploring runnign docker containers kubernetes. did following

  1. docker run etcd
  2. docker run master
  3. docker run service proxy
  4. kubectl run web --image=nginx

to cleanup state, first stopped containers , cleared downloaded images. still see pods running.

$ kubectl pods  name                   ready     status    restarts   age web-3476088249-w66jr   1/1       running   0          16m 

how can remove this?


Comments

Popular posts from this blog

cookies - Yii2 Advanced - Share session between frontend and mainsite (duplicate of frontend for www) -

angular - password and confirm password field validation angular2 reactive forms -

php - Permission denied. Laravel linux server -