Skip to content

arezamoosavi/INapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to deploy

We have a simple web app with fastapi in port 80. first we push it to docker-registery and config daemon.json then use minikube to deploy it.

Read the story at Medium

Daemon

find gateway:

docker network inspect bridge
sudo vim /etc/docker/daemon.json

{ "insecure-registries": [ "10.10.0.1:5000" ] }

add this.

Usage

make deploy-registery
make docker-build
make docker-push
make check-registry
make del-minikube
make init-minikube
make deploy-app
make deploy-service

Refrences:

1

2

About

A handy web for signing In; deployed with kubernetes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published