Host a web application#

Kubernetes (k8s) allows the hosting of multiple web applications with unique URLs all on the same cluster. The CISL Cloud K8s cluster utilizes services known as ExternalDNS, cert-manager, and an ingress controller to securely route requests directly to an application through a single access point. This document is going to go over the process to deploy a users web application to the CISL k8s cluster.

Note

This documentation assumes that the user has a working containerized web application. They are able to run it on their personal computer and access via http://localhost:{PORT}/.