Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.03 KB

README.md

File metadata and controls

21 lines (15 loc) · 1.03 KB

Kubernetes

The following discuses migrating docker-compose into Kubernetes -- Based on DigitalOcean

Machine Setup: VirtualBox with Ubuntu 20.04

  • CPU: 4
  • Disk Memory: 4096MB
  • VM Size: 15GB

Prerequisites

Table of Content

  • Installation
    • kompose - conversion tool for Docker Compose to container orchestrators such as Kubernetes
    • kubectl - command line tool lets you control Kubernetes clusters
    • minikube - tool that enables you to run Kubernetes on your laptop or other local machine

Useful Links