NENaveen Elwakainnaveen-awsdevops.hashnode.devยทMar 26, 2024 ยท 4 min readK8s cluster setupINTRODUCTION In this blog we will see how to setup a Kubernetes cluster for V-1.28 with Kubeadm as agent. This blog will explain detail setup of k8's cluster with step-by-step process. we know that from V-1.24 docker as container runtime has been dep...00
NENaveen Elwakainnaveen-awsdevops.hashnode.devยทJul 4, 2023 ยท 4 min readK8s Taint and TolerationTaints and Tolerations are mechanisms used to control pod scheduling and allow or prevent certain pods from running on specific nodes. They are typically used in scenarios where you have nodes with specific requirements or constraints. Taints: A tai...00
NENaveen Elwakainnaveen-awsdevops.hashnode.devยทJul 2, 2023 ยท 14 min readK8s Helm ChartIn this article, we will go through a step-by-step guide on how to create Helm chart and discuss its structure components and best practices. If you want to learn helm chart basics and get hands-on with helm charts, you will love this guide. TABLE OF...00
NENaveen Elwakainnaveen-awsdevops.hashnode.devยทJun 15, 2023 ยท 7 min readK8s VolumeIn Kubernetes (often abbreviated as K8s), a volume is an abstraction that allows containers within a pod to access and store data persistently. Volumes provide a way to decouple the storage lifecycle from the container lifecycle, enabling data to be ...00
NENaveen Elwakainnaveen-awsdevops.hashnode.devยทMay 23, 2023 ยท 4 min readNexus as private docker registryTo install Nexus Repository Manager on Ubuntu, you can follow these steps: Prerequisites: Ensure that you have Java Development Kit (JDK) installed on your Ubuntu system. Nexus Repository Manager requires Java to run. You can install OpenJDK using t...00