Simple Application requires following these steps.
- Clone your fork of this repository locally.
- Configure the correct kubeconfig by replacing your ~/.kube/config with the config from rancher.
- test by doing a
kubectl get all -A
- test by doing a
- customize the name of your app and ingress hostname. (edit Makefile then run
make customize
)- kubernetes/deployment.yaml
- kubernetes/service.yaml
- kubernetes/ingress.yaml
- Set your namespace to illumina
- Build our .net app in docker and tag the image. (run
make build
)- Make sure you do docker login to login to docker.io.
- publish image to docker hub. (run
make publish
) - deploy manifests to kubernetes. (run
make deploy
) - browse to your ingress hostname.