Configure the Kubernetes API-Server to accept multiple OIDC identity providers (IdPs), including GitHub Actions.
kubernetes
In this article, we will discover SPIFFE, a reference framework for workload identity management in distributed environments, and how to implement it in our Kubernetes applications with cert-manager.
Omni is an incredible tool that will allow you to manage Talos machines anywhere. Let me introduce you to Omni and how to interface it with Kubevirt to create Kubernetes clusters in no time.
My journey to deploy a Talos cluster on Proxmox via the Cluster API.
Istio is an open-source service mesh that allows you to connect, secure, control, and observe the services of an application. We will see how to install Istio, and how to use it to secure and monitor our services.
Learn how to detect intrusions on your servers with Falco, a threat detection engine. We will see how to create our custom rules, deploy them on our machines, and visualize them in a web interface.
In this article, I provide you with a first definition of what GitOps is and how to implement it with ArgoCD in a Kubernetes environment.
Talos is an operating system for Kubernetes. It is designed to be lightweight, secure, and easy to use. In this article, I will introduce Talos and its features.
Vault is a secret management tool developed by Hashicorp. It allows for secure storage and management of secrets. In this article, we will see how to use Vault to manage your application's secrets.
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.