Skip to content

Dot-H/simple-staging-env-ex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-staging-env-ex

This repository is an example about how I developed a simple staging environment at eKee.

The whole process is explained in this article published on my website: alx-b.com.

Feel free to fork it and extend it as you want :)

Running the example locally

In order to run the example locally you will need to install:

cd k8s/staging-env
minikube start
minikube addons enable ingress

sleep 2 # Gives time to ingress to get ready

# Deploy normal environment
helm install echo-server .

# Deploy staging environment
helm install staging-echo-server . --values values-staging.yaml

The example uses the staging image built from PR #3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages