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 MajumderforArindam 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 Dirifor_CLOUDediri.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
AsherforCloud Native Philippinesasher1101.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 GourforSwastik Gour swastik135.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 Rafayformrafay765.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 GourforSwastik Gour swastik135.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 SHARMAforTarang's TechGaragetarangsharma.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 SHARMAforTarang's TechGaragetarangsharma.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 BodkyforCloud-Native Clutterdbodky.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 kiprotichforOrchestrator who monitors iankiprotich.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 KoparkarforKaiwalya's Musings 馃挮kaiwalyakoparkar.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