Login
Remember
Register
Ask a Question
Mention the difference between Kubernetes and a docker?
0
votes
asked
May 18, 2023
in
Kubernetes K8s
by
sharadyadav1986
Mention the difference between Kubernetes and a docker?
kubernetes
docker
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 18, 2023
by
sharadyadav1986
the difference between Kubernetes and a docker?
Features
Kubernetes
Docker
Installation and cluster configuration
The installation process is very complicated but once it has been done, the Cluster is robust.
The installation is very simple, but it does not have a robust cluster.
Auto-scaling
It can do Auto-scaling
It cannot do Auto-scaling
Data volumes
It can store data only with other containers on the same pod
It can store data on any other containers
Logging and monitoring
It is an in-built tool for logging and monitoring
It is a third-party tool, uses ELA stack for logging and monitoring
...