Docker & Kubernetes
Docker & Kubernetes
1. What is Docker ?
2. What is Docker container ?
3. Why we need docker ?
4. Explain architecture of Docker ?
5. Docker Workflow ?
6. Dockerising your spring boot application ?
7. Docker Pushing and Docker pulling image ?
8. What is Docker Hub ?
9. Difference between Container and Virtual Machines ?
10. What is docker image ?
11. What is Dockerfile ?
12. Explain the role of Dockerfile ?
13. What is Docker compose and how it is used ?
14. Explain the concept of Docker Swarm ?
15. What is the difference between Docker Swarm and Kubernetes ?
16. How do you share data between Docker containers ?
17. Explain the concept of Docker networking ?
18. What is Swarm mode , and how do you initialize a Swarm ?
19. Explain the purpose of Docker volumes .
20. How do you monitor Docker containers and services ?
21. What are Docker labels, and how are they used ?
22. Explain the concept of Docker security ? Or How do you secure
Docker containers ?
23. A company wants to create thousands of Containers. Is there a
limit on how many containers you can run in Docker ?
24. What is purpose of the CMD instruction in a Dockerfile ?
25. How do you scale Docker containers horizontally ?
26. What is the difference between a Docker container and a
Kubernetes pod ?
27. How do you debug issues a failing Docker containers ?
28. Can you describe a situation where you optimized a Dockerfile for
faster build times or smaller image size ?
29. You’re working on a critical application running in Docker
containers, and an update needs to be applied without risking data
loss. How do you update a Docker container without losing data ?
30. Have you ever used Docker in combination with a continuous
integration/continuous deployment (CI/CD) system ?
31. How is Docker used within AWS ?
32. How do you use Docker with Kubernetes ?
33. What is Hypervisor ?
34. What is virtualization ?
35. What is containerization ?
36. What is a Docker Namespace ?
37. What is the lifecycle of a Docker Container ?
38. What is Docker Machine ?
39. How to check for Docker Client and Docker Server version ?
40. How do you get the number of container running, paused ans
stopped ?
41. How to login into docker repository ?
42. Will you lose your data, when a docker container exits ?
43. Can I use JSON instead of YAML for my compose file in Docker ?
44. Can you remove a paused container from Docker ?
45. Can a container restart by itself ?
46.
1.