This repo contains files to deploy a kubernetes cluster and apps included.
Contains yaml files to deploy a succesful nginx, kube-lego and a default http backend. This will allow the cluster to provide dynamic SSL certificates to the apps running in the cluster.
Contains yaml files to deploy all the rydr stack into the kubernetes cluster. There are three types of files:
- appname.yaml: creates the actual deployment of the app.
- appname-service.yaml: exposes the app as a service visible to all the nodes.
- appname-ingress.yaml: creates an ingress rule to expose the app through a defined host.
- Make sure you are not connected already into a kubernetes cluster!!
sh ./deploy.sh
- Pray
- Enjoy!