Aayushi Singhasaayushi.hashnode.net·Jun 25, 2022Tools to Manage your Kubernetes ClusterKubernetes raised the bar on the competition. Now a mature technology, organizations across the globe are increasingly embracing a software development strategy focused on container-oriented microservices.Because of its ability to meet the most diver...James and 5 others are discussing this6 people are discussing thisDiscuss·40 likes·140 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
Faizan Mansuribitsoftech.hashnode.net·Feb 24, 2023Fun and Easy Guide to Helm Charts for Kubernetes!Kubernetes is like a magic wand for container orchestration, waving away the complexities of deploying, scaling, and managing your containerized applications. But even with Kubernetes, deployment can be a headache. Enter Helm charts, the secret potio...Discuss·11 likes·61 readsDevops
Sandhya Kumaritechwithsandhya.hashnode.net·Apr 25, 2023Kubeweek Challenge(Day1)Kubernetes Architecture and Components, Kubernetes Installation and Configuration. Kubernetes Architecture and Components Kubernetes architecture is designed as a distributed system that spans across multiple nodes, where each node is an instance of ...Discusskubernetes architecture
Amol Ovhalamol-devops.hashnode.net·Apr 25, 2023Kubernetes Decoded: Unlocking the Secrets of Architecture, Components, Installation, and ConfigurationChallenges / Problems before Kubernetes. Before Kubernetes, managing containerized applications at scale was a complex and challenging task. Here are some of the problems that developers and operations teams faced before Kubernetes: Manual Orchestra...Discuss·1 like·88 readsKubernetes#KubeWeekChallenge
manda suprajasuprajamanda.hashnode.net·Apr 25, 2023Understanding Kubernetes Architecture: A Beginner's GuideBefore this blog look into the Kubernetes Introduction Kubernetes Architecture Kubernetes is a portable, extensible, open-source platform for managing containerized workloads and services, that facilitates both declarative configuration and automatio...Discuss·10 likes#kubeweek
Ashutosh Mahajanashutoshamblogs.hashnode.net·Apr 24, 2023Kubernetes: Understanding Architecture, Components, Installation and Configuration📍 Introduction Kubernetes is an open-source container orchestration platform that automates the deployment, scaling, and management of containerized applications. It was originally developed by Google and is now maintained by the Cloud Native Comput...Discuss#KubeWeekChallenge
Poorvashapoorva.hashnode.net·Apr 23, 2023Kubernetes Architecture and ComponentsTo run containerized applications, a Kubernetes cluster requires worker nodes. At least one worker node is mandatory for every cluster. These nodes are responsible for hosting the Pods that make up the application workload. The control plane manages ...DiscussKubernetes
Suyash Sharmasuyash619.hashnode.net·Apr 10, 2023Kubernetes cluster setup over GCP (autopilot)Hi there, this is Suyash back again for K8S enthusiasts. As people say, you can manage Kubernetes but it's tough in terms of creating the cluster from scratch. Requirements : – GCP portal access (Enable free GCP account from cloud.google.com/trainin...Discuss·82 reads#kubernetes #container
Shoeb Ilyasshoebilyas.hashnode.net·Apr 5, 2023DevOps Explained: Kubernetes ArchitectureIntroduction Kubernetes is an open-source and portable container orchestrator and a platform for managing containerized workloads and services. It was open-sourced by Google in 2014 and was donated to CNCF. It is highly performant and optimized to ru...Discuss·10 likes·43 readsDevops
Aakash Nairaaxsh.hashnode.net·Apr 4, 2023Bulletproof Your Kubernetes EnvironmentCIS Benchmark is like a security blanket for your Kubernetes servers, keeping them safe and cozy against cyber threats. But let's face it, security can be a daunting task, and no one wants to spend all day configuring Kubernetes. That's where CIS Ben...DiscussKubernetes
Utsav Gargutsavgarg.hashnode.net·Mar 31, 2023Bitbucket repo as helm-chart repositoryHosting helm charts is a common use case in devops world. Helm charts can be hosted on many open source repositories like chartmuseum, hosting on some git repository (GitHub / bitbucket) or paid solutions such as JFrog, Nexus etc. Hosting helm charts...Discuss·56 readsDevops
Javid Boramanijaved-the-techie-guy.hashnode.net·Mar 30, 2023Introduction to KubernetesKubernetes is an open-source container orchestration system for automating computer application deployment, scaling and management. Previously the application was created in a Monolithic way, Mono means Single and Lithic means Stone. So in this archi...Discuss#kubernetes #container