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

Deploying PrestaShop with NGINX and SSL on AWS EKS  [draft]

This is a file that contains cmd i run in terminal Update kubeconfig aws eks update-kubeconfig --region eu-central-1 --name myr-eks Aws get user, to check if the user is the one we expect aws iam get-user Verify Configuration kubectl get nodes Add & update Helm Repo helm repo add jetstack https://charts.jetstack.io && helm repo update Install cert-manager helm install cert-manager jetstack/cert-manager --namespace cert-manager --create-namespace -f oc-cert-manager-values.yaml Expected output for cluster-issuers...

September 26, 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