📄️ CI / CD
This project come with Tekton as CI/CD engine. He is made to work in a Kubernetes cluster.
📄️ Monitoring
Having a cluster is great, but it's not enough. We need to monitor it. For that, we use what's called an extended PromStack.
📄️ Node
In the past the Weebo cluster was running on a ubuntu bare metal server. But since a lot of time i migrated the cluster on Debian.
📄️ Container Network Interface
A Container Network Interface (CNI) is a specification for network plugins in the Kubernetes ecosystem. It defines how a container runtime should interact with a network plugin. The CNI specification is maintained by the Cloud Native Computing Foundation (CNCF). If you want to learn more about CNI, you can read the CNI specification
📄️ Container Storage Interface
A Container Storage Interface (CSI) is a specification for storage plugins in the Kubernetes ecosystem. It defines how a container runtime should interact with a storage plugin. The CSI specification is maintained by the Cloud Native Computing Foundation (CNCF). If you want to learn more about CSI, you can read the CSI specification