When deploying an application on Kubernetes, it may need secrets to function. But how to manage these secrets? How to store them? There are many solutions to manage secrets in Kubernetes, I will present one to you: Sealed-Secret.
A cup of coffee
Prometheus is a monitoring solution created by Soundcloud in 2012 and open-sourced in 2015. It is an essential tool that stands out through its integration with many unsupported third-party services.
Tmux is a terminal multiplexer that allows you to create and control sessions. It is often used to run a command in the background and be able to close the terminal without stopping the process. Let's see how to use it.
Through this page, you will discover what IPFS is and how to share your files so they become uncensorable and decentralized
Dagger.IO is a tool maintained by Solomon Hykes that allows you to create a local (or remote) CI that is not dependent on Yaml or a DSL.
Cert-Manager is a program for managing certificates (including their renewals) on Kubernetes clusters. We will see how to deploy Cert-Manager and generate our first certificates.