Quokka LabsforQuokka Labs' Blogsquokkalabs.hashnode.net·Dec 29, 2022Kubernetes Storage: An In-Depth LookKubernetes (K8s) is a versatile, extensible, open-source platform for overseeing containerized workloads and administrations. It works with declarative configuration setup and has quickly gained prevalence in a developing environment. It's presently ...Discuss·11 likes·29 readsKubernetes
Sandeep DhunganaforSanuxdevopsandcloud.hashnode.net·Jan 3, 2023Setting Up Kubernetes in AWS ubuntu 20.04 with kubeadmLog in to AWS After login into the AWS. Create 3 instances. 1 for the Master node and the other 2 for the worker Node Make sure that the Master node is t2.medium because the master node must have 2 vCPU and 4GB of Ram. Also, ensure that the security ...Discuss·1 like·54 readsKubernetes
Ahmad ChaudhryforDevops/Kubernetesahmadchaudhry.hashnode.net·Nov 26, 2022Benefit of Contributing to Open Source Projects; KUBERNETESKubernetes by Google, also known as K8s, is an open-source system for automating deployment, scaling, and management of containerized applications. Kubernetes is one of the biggest and fastest growing open source projects in the industry right now, a...Discuss·29 readsKubernetes
Harsh MishraforRandom Tinkeringrandomtinkering.hashnode.net·Jan 18, 2023Kubernetes Object ModelPurpose The purpose of this blog is to introduce various Kubernetes Objects available as a part of the Kubernetes API in a short and concise manner. This blog is a continuation of my last blog where I introduced the architecture of Kubernetes here Ku...Discuss·83 readsKubernetes
Sandeep DhunganaforSanuxdevopsandcloud.hashnode.net·Jan 3, 2023Setting Up Kubernetes in AWS ubuntu 20.04 with kubeadmLog in to AWS After login into the AWS. Create 3 instances. 1 for the Master node and the other 2 for the worker Node Make sure that the Master node is t2.medium because the master node must have 2 vCPU and 4GB of Ram. Also, ensure that the security ...Discuss·1 like·54 readsKubernetes
Quokka LabsforQuokka Labs' Blogsquokkalabs.hashnode.net·Dec 29, 2022Kubernetes Storage: An In-Depth LookKubernetes (K8s) is a versatile, extensible, open-source platform for overseeing containerized workloads and administrations. It works with declarative configuration setup and has quickly gained prevalence in a developing environment. It's presently ...Discuss·11 likes·29 readsKubernetes
Ahmad ChaudhryforDevops/Kubernetesahmadchaudhry.hashnode.net·Nov 26, 2022Benefit of Contributing to Open Source Projects; KUBERNETESKubernetes by Google, also known as K8s, is an open-source system for automating deployment, scaling, and management of containerized applications. Kubernetes is one of the biggest and fastest growing open source projects in the industry right now, a...Discuss·29 readsKubernetes
Thodoris VelmachosforTVelmachos-DailyDevOpst-velmachos.hashnode.net·Oct 10, 2022Protect your Kubernetes Persistent Volumes from accidental deletion.Hello, I would like to specify that the default value in the Storage Class used to provision Persistent Volumes is "Delete" which means that if for some reason the Persistent Volume Claim is removed the same will happen with your Persistent Volume as...Discuss·44 readskubernetes-persistent-volumes