Abhishek KumarforWeMakeDevskubeworld.hashnode.net·Jun 23, 2022Everything about CNCFWhat is CNCF? CNCF (Cloud Native Computing Foundation) is a Linux Foundation project founded in 2015 to help advance container technology and align the tech industry around its evolution. It was announced alongside Kubernetes 1.0, an open-source cont...Hariom Chaudhary and 2 others are discussing this3 people are discussing thisDiscuss·77 likes·1.0K readsBlogsWithCC
Dipankar DasforKubesimplifykubesimplify.hashnode.net·Nov 29, 2022Introduction to CRIPrerequisites Docker Kubernetes What is CRI? The CRI is a plugin interface which enables the kubelet to use a wide variety of container runtimes, without having a need to recompile the cluster components. What is the Open container initiative (OCI)...Discuss·48 likes·1.0K readscontainers
Arindam Majumderarindam1729.hashnode.net·Jan 11, 2023Roadmap to Becoming a CNCF MenteeIntroduction Becoming a mentee through the Cloud Native Computing Foundation (CNCF) is a great way to gain experience and knowledge in the field of cloud-native computing. The CNCF mentorship program pairs experienced professionals with mentees who a...Nikhil Kadam and 1 other are discussing this2 people are discussing thisDiscuss·40 likes·127 readsWeMakeDevs
Engin Diriediri.hashnode.net·Apr 16, 2023KCD Israel Unplugged: My Thrilling Cloud Native Adventure in Tel Aviv!A KCD in Tel Aviv? Hold my beer! When I saw this tweet on my "For You" page, I knew that I needed to submit a CfP. https://twitter.com/cncf_tlv/status/1612110590461333511?s=20 There's no shortage of meetups, conferences, and user groups out there, ...Discuss·36 readsKubernetes
Asherasher1101.hashnode.net·Apr 15, 20234 Tenets of DevOps - OperationsThe four tenets of DevOps - Operations: GitOps: A software development methodology that emphasizes using Git as a single source of truth for managing infrastructure and application deployments. SRE: A set of practices that blends software engineeri...DiscussDevops
Swastik Gourswastik135.hashnode.net·Apr 9, 2023Helm: The Package Manager for KubernetesIf you've worked with Kubernetes for any length of time, you know that it's a powerful container orchestration platform with a steep learning curve. There are many different tools and techniques that you need to master to manage Kubernetes clusters e...DiscussCNCF
Muhammad Rafaymrafay765.hashnode.net·Apr 1, 2023Master the Future of App Development: Your Guide to Cloud-Native Apps - Part 01🚀☁️Welcome to our future series, where we'll take you on a journey to master the art of building cloud-native apps. Are you tired of building monolithic apps that are difficult to scale and maintain? Fear not! In this series, we'll explore the powerful ...DiscussDevops
Swastik Gourswastik135.hashnode.net·Mar 30, 2023Introduction to Terraform: Infrastructure as Code Made EasyTerraform is an open-source infrastructure as code (IaC) tool that enables you to manage your cloud infrastructure resources declaratively. With Terraform, you can define your infrastructure resources in code, version-control them, and deploy them to...DiscussCNCF
TARANG SHARMAtarangsharma.hashnode.net·Mar 8, 2023Docker File CreationA docker file is created to create images which can later be run as a container in docker in different systems. A docker file is a script which can be created for the image which further can be run as a container in the system. Now we will see how t...Discuss·41 readsDocker
TARANG SHARMAtarangsharma.hashnode.net·Mar 4, 2023Containers and Docker (Introduction)In this blog, I am going to try to explain containers and docker in the simplest way possible. Let's start, So let's first talk about containers, Container. Before diving deep into containers we need to know the reason for using containers. Before...Discuss·60 readsDocker
Daniel Bodkydbodky.hashnode.net·Feb 26, 2023To the Stars With DevSpaceKubernetes adoption is still gaining pace, despite many big companies running at least parts of their operational businesses on the container orchestrator by now; Still, many smaller organizations, developer teams, and individuals are entering the ec...Discuss·34 readsThe CNCF Alphabetcloud native
Ian kiprotichiankiprotich.hashnode.net·Feb 20, 2023Mastering kubectl :20+ Advanced Commands for Managing Kubernetes ClustersThis is a reference where you can get most kubectl codes and their definition This is a reference where you can get most kubectl codes and their definitions easily acts as a reference. First, let us know what kubectl is before we get to see the comm...DiscussKubernetes
Kaiwalya Koparkarkaiwalyakoparkar.hashnode.net·Feb 16, 2023What is ArgoCD - Introduction, Advantages & DemoHey everyone in this blog we will see what is ArgoCD and in what ways it helps to overcome the drawbacks of the regular CI/CD pipeline while working with Kubernetes deployment What is ArgoCD? ArgoCD is known as a declarative GitOps tool which is base...Discuss·2 likes·125 readsLearn with KaiwalyaDevops