Skip to content

Intro session to DevOps and Infrastructure as code, using Terraform to stand a k8s cluster and deploying Wordpress on top

Notifications You must be signed in to change notification settings

kim0/infrastructure-as-code-Azure-session

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Intro

This is a demo repo for performing webinars and demos for Infrastructure as code (on Azure platform). Find below deployment instructions

Deployment

Deploy kubernetes cluster via Terraform. Stand in the repo root directory

pushd tf
terraform apply -auto-approve
terraform output kube_config > ../KUBECONFIG
popd

Deploy a wordpress application (app + DB tiers) via yaml files

export KUBECONFIG=$PWD/KUBECONFIG
kubectl get node
helm init
helm install stable/wordpress -f k8s/values.yaml

About

Intro session to DevOps and Infrastructure as code, using Terraform to stand a k8s cluster and deploying Wordpress on top

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages