Nile BitsforNile Bitsnilebits.hashnode.dev·Jun 29, 2024Kubernetes as a Database? What You Need to Know About CRDsWithin the fast developing field of cloud-native technologies, Kubernetes has become a potent tool for containerized application orchestration. But among developers and IT specialists, "Is Kubernetes a database?" is a frequently asked question. This ...DiscussCRDs
Kunal VermaforKubesimplifyblog.kubesimplify.com·Mar 19, 2024Practical Guide to Kubernetes APIYou're probably familiar with Kubernetes, the open-source platform designed by Google and now maintained by the Cloud Native Computing Foundation (CNCF), which automates the deployment, scaling, and management of containerized applications. But, did ...Discuss·10 likes·8.6K readsKubernetes
Saurabh Adhaufordevopsvoyager.hashnode.dev·Feb 6, 2024Exploring Kubernetes API Groups and VersionsIntroduction Kubernetes, a powerful container orchestration platform, offers a rich set of functionalities through its API (Application Programming Interface). To effectively utilize Kubernetes' capabilities, it's crucial to comprehend its API struct...Discuss·20 likes·976 readsK8skubernetes Core Groups
Harsh MishraforRandom Tinkeringrandomtinkering.hashnode.dev·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·139 readsKubernetes
Sandeep DhunganaforSanuxdevopsandcloud.hashnode.dev·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·70 readsKubernetes
Quokka LabsforQuokka Labs' Blogsquokkalabs.hashnode.dev·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·12 likes·29 readsKubernetes
Ahmad ChaudhryforDevops/Kubernetesahmadchaudhry.hashnode.dev·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...DiscussKubernetes
Thodoris VelmachosforTVelmachos-DailyDevOpst-velmachos.hashnode.dev·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·31 readskubernetes-persistent-volumes