Project

General

Profile

Ungleich Kubernetes application hosting » History » Version 1

Nico Schottelius, 05/16/2024 06:13 AM

1 1 Nico Schottelius
h1. Ungleich Kubernetes application hosting
2
3
h2. Intro
4
5
This document aims to describe how to host general, custom applications inside ungleich's Kubernetes clusters.
6
This document is *WIP*.
7
8
h2. Deployment flow
9
10
* Ensure the app works with (docker) containers locally on your machine
11
* Push the tested/created image(s) to a registry
12
** For ungleich staff: use https://harbor.k8s.ungleich.ch/
13
* Create a helm chart for the app
14
* Publish the helm chart
15
** For ungleich staff: use https://harbor.k8s.ungleich.ch/ if public
16
** For ungleich staff: use the k8s-config repo if internal