Kim Wüstkamp www.wuestkamp.com
This repo was created alongside the articles on https://medium.com/@wuestkamp
kubectl create -f infrastructure/kubernetes/tiller-sa.yaml
helm init --service-account tiller --upgrade
./run/registry.sh
./run/build.sh
./run/up.sh
./run/ksync.sh
checkout branch part1
First we need a local container repository, run with:
run/registry.sh
Build the containers: run/build.sh
Setup the Kubernetes objects: run/up.sh
View info about the cluster: run/info.sh
Then call http://localhost in your browser
Delete Kubernetes objects: run/down.sh
checkout branch part2
We were looking in setting up code syncing via volume shares with different options.
checkout branch part3
https://medium.com/@wuestkamp/symfony4-kubernetes-local-development-environment-3-ksync-510deb161da3
We did setup Ksync so solve the volume-share speed issues form part 2
checkout branch part4
https://medium.com/devopslinks/symfony4-kubernetes-local-development-environment-4-helm-37c395aea400
We did setup Helm so switch nicely between local development and production deployment.
checkout branch part5
We did setup Postgresql, HTTP for Nginx and Xdebug
coming up...