Skip to content

A mini project to learn how to deploy a python app to Kubernetes

License

Notifications You must be signed in to change notification settings

peterztan/python_to_kube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A mini project to learn how to deploy a python app to Kubernetes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages