Best of Docker — October 2020
- 1
- 2
Medium·6y
Zero to Kubernetes in 5 mins
Kubernetes is a containers deployment and orchestration platform. It helps you deploy, monitor, scale, upgrade, rollback containers and many more seamlessly. In this tutorial we will: Create a simple http server with golangDeploy a k8s cluster, we will use K3s (a lightweight Kubernetes distribution)Deploy our golang server on top of K8s.Expose our server to the outer world to be able to access it.
- 3
Hashnode·6y
What is docker and Why it is so popular?
Docker is the open-source tool designed for the Developers, DevOps, and SysAdmins to build, ship, and run distributed applications on virtual machines any computer — whether it’s your laptop or in the cloud. Containers consume less CPU and memory compared to virtual machines, and it is more cost-effective.