Skip to content

Latest commit

 

History

History
86 lines (55 loc) · 1.76 KB

File metadata and controls

86 lines (55 loc) · 1.76 KB

Python to Kubernetes Learning Project

Table of Contents

Dependencies

This project has the following system dependencies:

Docker

The core utility for this project

Docker-Compose

Utility used to manage your application services

kubectl

CLI tool used to manage Kubernetes clusters

minikube

Local Kubernetes (we'll be running kubectl inside of minikube)

Installation

Steps to install the dependencies

Windows

OSX/MacOS

Linux/Ubuntu

Set-Up

Steps to set up the project

Pull the repo

Personal Configurations

Build the Docker Image

Push the Docker Image

Start your minikube Cluster

Deploy to minikube Cluster

Create your Service

Start Load Balancing

Usage

Connect to Your App

Contributions

Credits