# WORKING WITH PODs IN KUBERNETES

### how to find total number of pods in current system ?

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1685961138330/5b1a87cf-1072-4251-899b-c2c6f38910d1.png align="center")

### how to create new pod ?

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1685961228081/53d8ff7f-343f-4a5a-9b6f-b4c1092cc55e.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1685961298928/dcde4a90-d3fe-4c2e-a91f-0d9c5a640cba.png align="center")

### how to check the images used to create new pods ?

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1685961576389/834633f2-4360-45ea-b8fe-af0facc2b108.png align="center")

### how to check nodes of these pods ?

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1685961627663/46592c1f-cc95-45fd-b03e-a8511fd3ce16.png align="center")

###   
how to check the number of container in particular pod ?

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1685961871080/69a57abd-569e-4628-b92c-11d43e919e5e.png align="center")

  

### What does READY column indicate ?  

n1/n2 =&gt;  
  
n1 represents the running pods in containers / runnable pods in containers & n2 indicates the total pods in the containers

### How to delete the PODS ?

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1685962208825/e61c9e2d-333a-4d73-a9a1-25d51b0a1292.png align="center")

### How do i make yaml using POD ?

1.make a yml file :  

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1685962733784/56bf2827-d77e-4ca0-ae3d-7677f54d3a93.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1685962803169/939086e6-4851-4ca5-bb42-b46997330fa1.png align="center")

###
