0 votes
in Kubernetes K8s by
What is a container?

1 Answer

0 votes
by

Containers are a technology for collecting the compiled code for an application when it is required at run-time. Each container allows you to run repeatable, standard dependencies and the same behavior whenever the container runs. It divides the application from the underlying host infrastructure to make the deployment much easier in cloud or OS platforms.

Related questions

0 votes
asked Apr 16 in Docker by SakshiSharma
0 votes
asked Apr 5, 2020 in Docker by ryan harris
...