what is the difference between availability set and availability zone in azure?

What is jenkins?

what is pod in kubernetes?

What is the difference between image and container?

Image is a template with contains the application and its libraries and binaries
Container is a process with runs with the application from the image

How to check running containers?

docker ps -a command shows the running and stopped containers