Argocd With Kind  [draft]

Introduction In this tutorial, I will show you how to install Argo CD locally on Kali Linux using a Kind environment. Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes, which simplifies managing and deploying applications. Prerequisites Before you begin, ensure you have the following: A system running Kali Linux or any other Linux distribution. Kubernetes in Docker (Kind) installed and configured on your Kali Linux system. A foundational understanding of Linux, Kubernetes, and Argo CD....

October 10, 2024 · Marcin M

Build an Awesome Kubernetes Cluster Using Proxmox VE  [draft]

Requirements To complete this tutorial, you’ll need the following: Two instances of Ubuntu Server 22.04 (one for the controller and at least one for a node) The instances should have either a static IP address or a DHCP reservation to prevent IP address changes The controller node should have a minimum of 2GB of RAM and 2 CPU cores The node instances can have 1GB of RAM and 1 CPU core (you can increase these resources as desired) Please note that this tutorial is specifically tailored for Ubuntu Server 22....

June 9, 2023 · Marcin M