Skip to content

Files

All Kubernetes configuration files used for Week 2. The source code is on GitHub.

CI Week 2


bison/

The Bison application simulates a school website, accessible via bison.mysaxion.nl.

FileDescription
deployment.ymlKubernetes Deployment with 2 replicas, image tag bison.
service.ymlClusterIP Service on port 80.
dockerfileDockerfile for the Bison container.
index.htmlSource code of the Bison page.

brightspace/

The Brightspace application, accessible via brightspace.mysaxion.nl. Identical structure to Bison, with image tag brightspace.

FileDescription
deployment.ymlKubernetes Deployment with 2 replicas, image tag brightspace.
service.ymlClusterIP Service on port 80.
dockerfileDockerfile for the Brightspace container.
index.htmlSource code of the Brightspace page.

ingress.yml

FileDescription
ingress.ymlKubernetes Ingress that routes incoming traffic to the correct service based on the Host HTTP header. Both applications are accessible via a single external IP address.