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

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -