This commit is contained in:
savagebidoof
2023-07-19 09:34:05 +02:00
parent 32d733a10b
commit a19ea2b77f
3 changed files with 73 additions and 3 deletions

31
Migration/notes.md Normal file
View File

@ -0,0 +1,31 @@
## Objectives
- Set the Kubernetes Istio public Ingress as the main ingress.
- Join the Pi4 to the Kubernetes Cluster, therefore the Pi4/cluster cannot run dependencies to the same cluster.
## Requirements
- NFS server for PVC on Kubernetes.
- Check for OWASP security
- Public and Locale Ingress.
- Configure a Cert Manager to provide public certs.
> https://medium.com/@rd.petrusek/kubernetes-istio-cert-manager-and-lets-encrypt-c3e0822a3aaf
## Dependencies
## Procedure
- Move local DHCP and DNS to the host `srv`.
- Move Gitea to the host `srv`.
- Move registry to the host `srv`.
## Execution
## Difficulties