Dockers and Kubernetes
Dockers and Kubernetes
Dockers and Kubernetes
Presented by-
V Gayathri
ECM D1
21311A1948
CONTENTS
Introduction to dockers
Why do we need it?
How does it work?
Architecture
Pros
Cons
Introduction to Kubernetes
Application
Docker
Deployment and Scaling
How it works?
Architecture
Pros and cons
Conclusion
Bibliography
WHAT IS DOCKER ?
Docker is an open source containerization platform.
DEVELOPMENT PRODUCTION
Using Kubernetes and its huge ecosystem The transition to Kubernetes can be
can improve your productivity cumbersome
Kubernetes and a cloud-native tech stack Kubernetes can be an overkill for simple
attracts talent applications
can be cheaper than its alternatives
Kubernetes helps to make your
application run more stable
CONCLUSION
Containers are the foundation of modern applications. Docker provides the
toolset to easily create container images of your applications, and Kubernetes
gives you the platform to run it all.
To find out more about how your applications work on Kubernetes, watch this
short video by Brendan Burns on How Kubernetes works.
Here is a great walkthough that uses a Python voting application and a Redis
cache to help you get started with the Kubernetes concepts.
Now that you know the basic pieces of the puzzle and have a better idea of what
containers, Docker, and Kubernetes are all about, you can learn more at
Kubernetes Learning Path.
BIBLIOGRAPHY
• Wikipedia
• Linkedin
• Twitter @codechips & @reactjs1
• devspace.cloud