Skip to content

fluidly/total_invoice_management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

total_invoice_managment

a kubernetes tutorial

This repo accompanies a blog post.

Runing the cluster

First build all of the custom docker containers:

$ docker build -t invoices_svc:v2 ./invoices_svc
$ docker build -t auth_svc:v1 ./auth_svc
$ docker build -t expected_date_svc:v1 ./expected_date

Then apply all the cluster config:

$ kubectl apply -f ./kube