Skip to content

Latest commit

 

History

History

Kubernetes

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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