Kubernetes 101 - Containers
For this article we'll be looking a bit more in detail into containers. Containers are ready to run software packages, meaning they include everything:
code
runtime if required
application
system libraries
Once something is converted into a contain...
h.daily-dev-tips.com2 min read