mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-05-26 02:55:26 +00:00
223 KiB
223 KiB
Kubernetes
!!! info "Architectural Context" Detailed reference for Kubernetes in the context of Architectural Foundations.
Standard Reference
- millionvisit.blogspot.com: Kubernetes for Developers #1: Kubernetes Architecture and Features [COMMUNITY-TOOL] — - millionvisit.blogspot.com: Kubernetes for Developers #2: Kubernetes for Local Development
- millionvisit.blogspot.com: Kubernetes for Developers #3: kubectl CLI
- millionvisit.blogspot.com: Kubernetes for Developers #4: Enable kubectl bash autocompletion
- millionvisit.blogspot.com: Kubernetes for Developers #5: Kubernetes Web UI Dashboard
- millionvisit.blogspot.com: Kubernetes for Developers #6: Kubernetes Objects
- millionvisit.blogspot.com: Kubernetes for Developers #7: Imperative vs. Declarative Kubernetes Objects
- millionvisit.blogspot.com: Kubernetes for Developers #9: Kubernetes Pod Lifecycle
- millionvisit.blogspot.com: Kubernetes for Developers #10: Kubernetes Pod YAML manifest in-detail
- millionvisit.blogspot.com: Kubernetes for Developers #14: Kubernetes Deployment YAML manifest in-detail
- thenewstack.io: The Challenges of Monitoring Kubernetes and OpenShift [COMMUNITY-TOOL]
- loft.sh: Kubernetes on Windows: 6 Life-Saving Tools & Tips [COMMUNITY-TOOL]
- community.suse.com: Comparing Modern-Day Container Image Builders: Jib, Buildpacks and Docker 🌟 [COMMUNITY-TOOL]
- kei6u/kubectl-secret-data ⭐ 39 [COMMUNITY-TOOL]
- twitter.com/kubernetesio [COMMUNITY-TOOL]
- padok.fr: Kubernetes’ Architecture: Understanding the components and structure of clusters 🌟 [COMMUNITY-TOOL]
- elmanytas.es: Kubernetes para impostores III [COMMUNITY-TOOL]
- brennerm.github.io: Kubernetes Overview Diagrams 🌟 [COMMUNITY-TOOL]
- nextplatform.com: KUBERNETES EXPANDS FROM CONTAINERS TO INFRASTRUCTURE MANAGEMENT 🌟 [COMMUNITY-TOOL]
- devcentral.f5.com: What is Kubernetes? [COMMUNITY-TOOL]
- k21academy.com: Kubernetes Architecture. An Introduction to Kubernetes Components [COMMUNITY-TOOL]
- redhat.com: Kubernetes basics for sysadmins [COMMUNITY-TOOL]
- redhat.com: Kubernetes Components - A sysadmin's guide to basic Kubernetes components 🌟 [COMMUNITY-TOOL]
- redhat.com: Start learning Kubernetes from your local machine [COMMUNITY-TOOL]
- infoworld.com: No one wants to manage Kubernetes anymore 🌟 [COMMUNITY-TOOL]
- searchitoperations.techtarget.com: Ensure Kubernetes high availability with master node planning [COMMUNITY-TOOL]
- docs.google.com: Kubernetes For Everyone [COMMUNITY-TOOL]
- buttondown.email: Two reasons Kubernetes is so complex [COMMUNITY-TOOL]
- blog.scaleway.com: How to deploy and distribute the workload on a multi-cloud Kubernetes environment 🌟 [COMMUNITY-TOOL]
- "It's funny: everyone thinks CPU requests are only used for scheduling (WRONG) and memory requests determine who gets OOMKilled (WRONG) but it's actually the opposite! At runtime, memory requests do nothing, but CPU requests DO" 🌟 [COMMUNITY-TOOL]
- iximiuz.ck.page: Ivan on Containers, Kubernetes, and Backend Development [COMMUNITY-TOOL]
- okteto.com: What is Kubernetes Architecture? [COMMUNITY-TOOL]
- geeksforgeeks.org: Kubernetes – Concept of Containers [COMMUNITY-TOOL]
- semaphoreci.com: Understanding ReplicaSet vs. StatefulSet vs. DaemonSet vs. Deployments [COMMUNITY-TOOL]
- infoworld.com: How to beat the Kubernetes skills shortage [COMMUNITY-TOOL]
- learnk8s.io/blog [COMMUNITY-TOOL]
- kubermatic.com [COMMUNITY-TOOL]
- containerjournal.com [COMMUNITY-TOOL]
- kubernetes-on-aws.readthedocs.io [COMMUNITY-TOOL]
- k21academy.com/category/docker-kubernetes [COMMUNITY-TOOL]
- blog.palark.com [COMMUNITY-TOOL]
- 4 trends for Kubernetes cloud-native teams to watch in 2020 [COMMUNITY-TOOL]
- blocksandfiles.com: Kubernetes is in a bit of state about state [COMMUNITY-TOOL]
- loft.sh: Kubernetes: Virtual Clusters For CI/CD & Testing [COMMUNITY-TOOL]
- containerjournal.com: Overcoming Kubernetes Infrastructure Challenges [COMMUNITY-TOOL]
- platform9.com: The Gorilla Guide to Kubernetes in the Enterprise [COMMUNITY-TOOL]
- learnk8s.io: Scaling Celery workers with RabbitMQ on Kubernetes [COMMUNITY-TOOL]
- superuser.openstack.org: Run Your Kubernetes Cluster on OpenStack in Production [COMMUNITY-TOOL]
- openshift.com: Topology Aware Scheduling in Kubernetes Part 1: The High Level Business Case [COMMUNITY-TOOL] — - openshift.com: Topology Awareness in Kubernetes Part 2: Don’t we already have a Topology Manager?
- blog.min.io: Kubernetes, Consistency and Commoditization - The Way of the Cloud [COMMUNITY-TOOL]
- rancher.com: The Three Pillars of Kubernetes Container Orchestration 🌟 [COMMUNITY-TOOL]
- harness.io: Introducing Recommendations API: Find Potential Cost Savings Programmatically [COMMUNITY-TOOL]
- infoworld.com: How Kubernetes works [COMMUNITY-TOOL]
- redhat.com: Building containers by hand: The PID namespace [COMMUNITY-TOOL]
- containerjournal.com: Kubernetes’ True Superpower is its Control Plane [COMMUNITY-TOOL]
- tremolosecurity.com: Pipelines and Kubernetes Authentication [COMMUNITY-TOOL]
- containerjournal.com: The Rise of the KubeMaster 🌟 [COMMUNITY-TOOL] — - It wasn’t obvious while it was happening, probably because everyone was focused on dealing with a global pandemic, but your IT environment became more complex. Cloud technology continued to evolve, and while that was happening, cloud use grew. Hybrid cloud use, already growing before the pandemic, became much more established with a year-over-year annual growth rate of 17.8%, according to Quince Market Insights. And with more distinct technology advances from each of the major cloud service providers, multi-cloud use also became more established.
- This more complex environment encouraged the use of containers, and Kubernetes became the preferred means of managing them. Unfortunately, the great irony of Kubernetes is that the technology created to make the management of modern cloud applications easier is, itself, incredibly difficult to manage. Just to deploy and manage a single application in your own data center requires working familiarity with a Kubernetes distribution and working integrations with a number of supporting systems and enterprise software including code registries, CI/CD, secrets management, storage management, networking, logging and monitoring, service mesh, backup and disaster recovery (DR). That’s just for one environment. In a hybrid infrastructure, perhaps using one of the leading cloud service providers such as AWS, Azure or GCP, you could double this overhead.
- This rapid growth combined with immense complexity means not every Kubernetes implementation has been successful, and in the worst cases, misconfigurations have led to security breaches and significant application downtime. Overwhelmed teams with insufficient training only make the problem worse, putting these implementations farther behind as Kubernetes management becomes increasingly difficult. As such, I believe the time is now for a new role to emerge in the enterprise—Kubernetes Manager. This is a job function that more and more companies will need to hire as operating and managing Kubernetes becomes a significantly larger part of the engineering operation than ever before. Let me explain.
- okteto.com: Run your Pull Request Preview Environments on Kubernetes [COMMUNITY-TOOL]
- blog.palark.com: Failure stories #2. How to destroy Elasticsearch while migrating it within Kubernetes [COMMUNITY-TOOL]
- getambassador.io: Getting Started with Kubernetes for JavaScript Developers [COMMUNITY-TOOL]
- submarinerio [COMMUNITY-TOOL]
- shipwrightio [COMMUNITY-TOOL]
- microcksio [COMMUNITY-TOOL]
- telepresenceio [COMMUNITY-TOOL]
- k0sproject [COMMUNITY-TOOL]
- learnk8s.io: Kubernetes wallpapers [COMMUNITY-TOOL]
- Assess managed Kubernetes services for your workloads. [COMMUNITY-TOOL]
- blog.palark.com: Best practices for deploying highly available apps in Kubernetes. Part 1 [COMMUNITY-TOOL] — - blog.palark.com: Best practices for deploying highly available apps in Kubernetes. Part 2
- containerjournal.com: When is Kubernetes Service Ownership the Right Fit? [COMMUNITY-TOOL] — - Why is Kubernetes service ownership emerging as the way for software delivery and operations teams to establish full “ownership” of the services they support? Because ownership covers the lifespan of software from development to deployment to the sunsetting process. And this shift to full-spectrum accountability brings about dramatic improvements in the overall speed, reliability, security and cost of applications.
- Of course, it’s not always easy to determine which organizations need this level of ownership. When businesses grow, they typically discover that pushing the delivery of applications and services through a gate of operations is challenging at best, impossible at worst. Even so, the DevSecOps mindset is on the rise, which means teams are now seeking ways to make this type of shift into more meaningful and effective ownership. It is the shift that enables a deep fundamental change to occur within an organization.
- silverliningsinfo.com: KubeCon: Five biggest trends from the Kubernetes love fest in Amsterdam [COMMUNITY-TOOL]
- loft.sh: Docker Compose to Kubernetes: Step-by-Step Migration 🌟 [COMMUNITY-TOOL]
- sysdig.com: Kubernetes admission controllers in 5 minutes [COMMUNITY-TOOL]
- loft.sh: Kubernetes Admission Controllers: What They Are and Why They Matter [COMMUNITY-TOOL]
- bytes.devopscube.com: Kubernetes Pod Priority & Preemption [COMMUNITY-TOOL]
- blog.palark.com: ConfigMaps in Kubernetes: how they work and what you should remember 🌟 [COMMUNITY-TOOL]
- k21academy.com: Kubernetes ConfigMaps and Secrets: Guide to Create and Update 🌟 [COMMUNITY-TOOL]
- Self-Service Kubernetes Namespaces Are A Game-Changer 🌟 [COMMUNITY-TOOL]
- Hierarchical namespaces ⭐ 944 [COMMUNITY-TOOL]
- loft.sh: Kubernetes Multi-Tenancy: Why Virtual Clusters Are The Best Solution [COMMUNITY-TOOL]
- openshift.com: The Hidden Dangers of Terminating Namespaces 🌟 [COMMUNITY-TOOL]
- loft.sh: Multi-Tenant Kubernetes Clusters: Challenges and Useful Tooling [COMMUNITY-TOOL]
- redhat.com: Kubernetes architecture: How to use hierarchical namespaces for multiple tenants [COMMUNITY-TOOL]
- thinksys.com: Understanding Multi-Tenancy in Kubernetes 🌟 [COMMUNITY-TOOL]
- loft.sh: 10 Essentials For Kubernetes Multi-Tenancy [COMMUNITY-TOOL] — - Resource Limits
- Cost Tracking
- Audit Logging
- Network Policies
- RBAC
- Virtual Clusters
- Pod Security
- Usage Metrics
- Secrets Encryption at Rest
- Policy Engines
- millionvisit.blogspot.com: Kubernetes for Developers #8: Kubernetes Object Name, Labels, Selectors and Namespace [COMMUNITY-TOOL]
- millionvisit.blogspot.com: Kubernetes for Developers #11: Pod Organization using Labels [COMMUNITY-TOOL]
- blog.newrelic.com: Kubernetes Fundamentals, Part 4: How to Organize Clusters [COMMUNITY-TOOL]
- deepsource.io: Breaking down zero downtime deployments in Kubernetes [COMMUNITY-TOOL]
- k21academy.com: Kubernetes Deployment and Step-by-Step Guide to Deployment: Update, Rollback, Scale & Delete [COMMUNITY-TOOL]
- learnk8s.io: Graceful shutdown and zero downtime deployments in Kubernetes [COMMUNITY-TOOL]
- learnk8s.io: How do you rollback deployments in Kubernetes? 🌟 [COMMUNITY-TOOL]
- kubermatic.com: Keeping the State of Apps 6: Introduction to StatefulSets [COMMUNITY-TOOL]
- loft.sh: Kubernetes StatefulSet - Examples & Best Practices [COMMUNITY-TOOL] — - loft-sh.medium.com: Kubernetes StatefulSet — Examples & Best Practices
- harness.io: Kubernetes Services Explained 🌟 [COMMUNITY-TOOL]
- youtube: deployment strategies in kubernetes | recreate | rolling update | blue/green | canary [COMMUNITY-TOOL]
- loft.sh: Kubernetes Readiness Probes - Examples & Common Pitfalls [COMMUNITY-TOOL]
- millionvisit.blogspot.com: Kubernetes for Developers #12: Effective way of using K8 Liveness Probe [COMMUNITY-TOOL]
- millionvisit.blogspot.com: Kubernetes for Developers #13: Effective way of using K8 Readiness Probe [COMMUNITY-TOOL]
- blog.newrelic.com: Kubernetes Fundamentals, Part 2: How to Use Health Checks [COMMUNITY-TOOL]
- datree.io: 6 Best Practices for Effective Readiness and Liveness Probes [COMMUNITY-TOOL]
- learnk8s.io: Setting the right requests and limits in Kubernetes 🌟 [COMMUNITY-TOOL]
- openshift.com: Sizing Applications in Kubernetes [COMMUNITY-TOOL]
- sysdig.com: Kubernetes capacity planning: How to rightsize the requests of your cluster [COMMUNITY-TOOL]
- sysdig.com: Understanding Kubernetes limits and requests by example 🌟 [COMMUNITY-TOOL]
- sysdig.com: How to rightsize the Kubernetes resource limits [COMMUNITY-TOOL]
- blog.newrelic.com: Kubernetes Fundamentals, Part 1: How to Manage Cluster Capacity with Requests and Limits [COMMUNITY-TOOL]
- sosiv.io: A Deep Dive into Kubernetes Resource Requests and Limits [COMMUNITY-TOOL]
- loft.sh: How to Set Up Kubernetes Requests and Limits [COMMUNITY-TOOL]
- sysdig.com: How to monitor etcd [COMMUNITY-TOOL]
- learnk8s.io: How etcd works with and without Kubernetes [COMMUNITY-TOOL]
- Optimize Kubernetes cluster management with these 5 tips [COMMUNITY-TOOL]
- geekflare.com: 10 Kubernetes Best Practices for Better Container Orchestration [COMMUNITY-TOOL]
- wideops.com: Kubernetes best practices: Setting up health checks with readiness and liveness probes [COMMUNITY-TOOL]
- cloud.google.com: Kubernetes Best Practices [COMMUNITY-TOOL]
- releasehub.com: Kubernetes Health Checks - 2 Ways to Improve Stability in Your Production Applications [COMMUNITY-TOOL]
- blog.lukechannings.com: Mistakes made and lessons learned with Kubernetes and GitOps [COMMUNITY-TOOL]
- learnk8s.io: Kubernetes production best practices [COMMUNITY-TOOL]
- containerjournal.com: 4 Expert-Level Things I Wish I’d Known About Kubernetes [COMMUNITY-TOOL]
- harness.io: Kubernetes Mistakes: A Beginner’s Guide To Avoiding Common Pitfalls [COMMUNITY-TOOL]
- pionative.com: 6 Important things you need to run Kubernetes in production [COMMUNITY-TOOL]
- cloudogu.com: Kubernetes least privilege implementation using the Google Cloud as an axample [COMMUNITY-TOOL]
- argonaut.dev: Choosing an Optimal Kubernetes Worker Node Size 🌟 [COMMUNITY-TOOL]
- nextplatform.com: Kubernetes Clusters Have Massive Overprovisioning Of Compute And Memory 🌟 [COMMUNITY-TOOL]
- loft.sh: How To Reduce Your Kubernetes Cost [COMMUNITY-TOOL]
- rancher.com: Gain Better Visibility into Kubernetes Cost Allocation [COMMUNITY-TOOL]
- containerjournal.com: Assessing the True Cost of Kubernetes [COMMUNITY-TOOL]
- learnk8s.io: Kubernetes Instance Calculator 🌟🌟 [COMMUNITY-TOOL]
- infoworld.com: Sysdig’s new Cost Advisor aims to cut Kubernetes costs [COMMUNITY-TOOL]
- github.com/kubecost: kubecost-exporter - Running Kubecost as a Prometheus metric exporter ⭐ 6553 [ENTERPRISE-STABLE]
- blog.kubecost.com: Kubecost raises $5.5 million to help teams monitor and reduce their Kubernetes spend [COMMUNITY-TOOL]
- learnk8s.io: Architecting Kubernetes clusters — how many should you have? [COMMUNITY-TOOL]
- learnk8s.io: Architecting Kubernetes clusters — choosing a worker node size [COMMUNITY-TOOL]
- datacenterknowledge.com: The Pros and Cons of Kubernetes-Based Hybrid Cloud [COMMUNITY-TOOL]
- redhat.com: 3 questions to answer when considering a multi-cluster Kubernetes architecture [COMMUNITY-TOOL]
- Templating YAML in Kubernetes with real code [COMMUNITY-TOOL] — - TL;DR: You should use tools such as yq and kustomize to template YAML resources instead of relying on tools that interpolate strings such as Helm.
- If you're working on large scale projects, you should consider using real code — you can find hands-on examples on how to programmatically generate Kubernetes resources in Java, Go, Javascript, C# and Python in this repository.
- padok.fr: Getting started with kubectl plugins [COMMUNITY-TOOL]
- codefresh.io: Kubernetes Deployment Antipatterns – part 1 [COMMUNITY-TOOL]
- codefresh.io: Kubernetes Deployment Antipatterns – part 2 [COMMUNITY-TOOL]
- learnk8s.io: Extending applications on Kubernetes with multi-container pods [COMMUNITY-TOOL]
- Affinity and anti-affinity [COMMUNITY-TOOL]
- Pod Topology Spread Constraints [COMMUNITY-TOOL]
- KubeFed: Kubernetes Cluster Federation ⭐ 2484 [COMMUNITY-TOOL]
- kodekloud.com: CKA vs CKAD vs CKS – What is the Difference [COMMUNITY-TOOL]
- learnk8s.io/first-steps [COMMUNITY-TOOL]
- Kubernetes: Up and Running, 2nd Edition [COMMUNITY-TOOL]
- compliantkubernetes.io: Compliant Kubernetes is a Certified Kubernetes distribution, that complies with: HIPAA, GDPR, PCI DSS, FFFS 2014:7, ISO 27001, etc. 🌟 [COMMUNITY-TOOL]
- slack.kubernetes.io [COMMUNITY-TOOL]
- xenonstack.com: Serverless Architecture with OpenFaaS and Java [COMMUNITY-TOOL]
- medium: Run Kubernetes Production Environment on EC2 Spot Instances With' Zero Downtime: A Complete Guide [COMMUNITY-TOOL]
- Introducing Kiro: AWS Agentic AI-Based IDE [COMMUNITY-TOOL]
- medium.com/javarevisited: 8 Best Free Kubernetes Courses for Beginners in' 2022 [COMMUNITY-TOOL]
- Kubernetes Troubleshooting: A Step-by-Step Guide [COMMUNITY-TOOL]
- CDK [COMMUNITY-TOOL]
- dzone.com: Performance Patterns in Microservices-Based Integrations [COMMUNITY-TOOL]
- OOMKilled in Kubernetes: Understanding and Preventing Hidden Memory Leaks [COMMUNITY-TOOL]
- Architecture Best Practices for Azure Kubernetes Service (AKS) [COMMUNITY-TOOL]
- medium.com/@danielepolencic: In Kubernetes, are there hidden costs to' running many cluster nodes? [COMMUNITY-TOOL]
- Announcing Private Preview: ArgoCD through Microsoft GitOps [COMMUNITY-TOOL]
- ClusterClass: Experimental Feature for Streamlined Cluster Lifecycle Management' in Cluster API [COMMUNITY-TOOL]
- itnext.io: Kubernetes Essential Tools: 2021 [COMMUNITY-TOOL]
- FreeLens ⭐ 5073 [ENTERPRISE-STABLE]
- ramitsurana/awesome-kubernetes: Tools 🌟 ⭐ 15940 [DE FACTO STANDARD]
- loft-sh/kiosk ⭐ 1072 [COMMUNITY-TOOL]
- Deprek8ion ⭐ 143 [COMMUNITY-TOOL]
- Kubernetes DaemonSet that enables a direct shell on each Node using SSH to localhost [COMMUNITY-TOOL]
- kubectl-reap is a kubectl plugin that deletes unused Kubernetes resources 🌟 ⭐ 200 [COMMUNITY-TOOL]
- KubeSurvival 🌟 ⭐ 187 [COMMUNITY-TOOL]
- k8scr 🌟 ⭐ 119 [COMMUNITY-TOOL]
- KubeCarrier - Service Management at Scale ⭐ 292 [COMMUNITY-TOOL]
- github.com/FairwindsOps: Goldilocks is a utility that can help you identify' a starting point for resource requests and limits ⭐ 3228 [ENTERPRISE-STABLE]
- github.com/alexellis/run-job ⭐ 211 [COMMUNITY-TOOL]
- kondense 🌟 ⭐ 369 [COMMUNITY-TOOL]
- Automated Let's Encrypt Certificates in Azure Key Vault with ACME Bot [COMMUNITY-TOOL]
- Reduce Latency with Azure Proximity Placement Groups [COMMUNITY-TOOL]
- Export Terraform Code from the Azure Portal [COMMUNITY-TOOL]
- containerd - An open and reliable container runtime ⭐ 20746 [DE FACTO STANDARD]
- k8sref.io [COMMUNITY-TOOL]
- Kubernetes Glossary 🌟 [COMMUNITY-TOOL]
- ronaknathani.com: How a Kubernetes Pod Gets an IP Address 🌟 [COMMUNITY-TOOL]
- dustinspecker.com: iptables: How Kubernetes Services Direct Traffic to Pods [COMMUNITY-TOOL]
- arthurchiao.art: Cracking kubernetes node proxy (aka kube-proxy) [COMMUNITY-TOOL]
- andrewlock.net: Series: Deploying ASP.NET Core applications to Kubernetes' with Helm 🌟 [COMMUNITY-TOOL]
- Wikipedia.org: Kubernetes [COMMUNITY-TOOL]
- cloud.google.com: What is Kubernetes? 🌟 [COMMUNITY-TOOL]
- Kubernetes magic is in enterprise standardization, not app portability [COMMUNITY-TOOL]
- techbeacon.com: 25 Kubernetes experts you should follow on Twitter [COMMUNITY-TOOL]
- enterprisersproject.com: Kubernetes: Everything you need to know (2020)' 🌟 [COMMUNITY-TOOL]
- opensource.com: Explaining Kubernetes in 10 minutes using an analogy [COMMUNITY-TOOL]
- medium: A Practical Step-by-Step Guide to Understanding Kubernetes [COMMUNITY-TOOL]
- medium: Kubernetes, a practical introduction [COMMUNITY-TOOL]
- itnext.io: Kubernetes is Hard! 🌟 [COMMUNITY-TOOL]
- medium: Starting with kubernetes [COMMUNITY-TOOL]
- thenewstack.io: Kubernetes Is the New Standard for Computing, Including' the Edge [COMMUNITY-TOOL]
- thenewstack.io: How does kubernetes work? [COMMUNITY-TOOL]
- cloudsavvyit.com: How Does Kubernetes Work? [COMMUNITY-TOOL]
- enterprisersproject.com: How to explain Kubernetes in plain English [COMMUNITY-TOOL]
- maximilianmichels.com: Kubernetes in a Nutshell: 10 Things You Need to Know [COMMUNITY-TOOL]
- thenewstack.io: Kubernetes Lifecycle Management! So Important! (Day 0, Day' 1, Day 2) 🌟 [COMMUNITY-TOOL]
- opensource.com: A beginner's guide to Kubernetes container orchestration [COMMUNITY-TOOL]
- luminousmen.com: Kubernetes 101 [COMMUNITY-TOOL]
- css-tricks.com: Kubernetes Explained Simply: Containers, Pods and Images [COMMUNITY-TOOL]
- auth0.com: Kubernetes Tutorial - Step by Step Introduction to Basic Concepts [COMMUNITY-TOOL]
- thenewstack.io: Why developers should learn kubernetes [COMMUNITY-TOOL]
- thenewstack.io: This Week in Programming: Kubernetes from Day One? 🌟 [COMMUNITY-TOOL]
- thenewstack.io: Monolithic Development Practices Kill Powerful Kubernetes' Benefits 🌟🌟 [COMMUNITY-TOOL]
- dev.to: Getting Started Tutorial for Learning Kubernetes 🌟 [COMMUNITY-TOOL]
- tech.showmax.com: Developers' basic guide to kubernetes [COMMUNITY-TOOL]
- dev.to: How to start with Kubernetes for begginer [COMMUNITY-TOOL]
- docs.google.com: Kubernetes For Everyone [COMMUNITY-TOOL]
- hackernoon.com: The Ultimate Beginners Guide To Kubernetes and Container' Orchestration [COMMUNITY-TOOL]
- dzone: Introduction To Kubernetes 🌟 [COMMUNITY-TOOL]
- weave.works: Kubernetes components that make up its architecture 🌟 [COMMUNITY-TOOL]
- dzone refcard: Advanced kubernetes 🌟 [COMMUNITY-TOOL]
- learnsteps.com: How Kubernetes works on reconciler pattern 🌟 [COMMUNITY-TOOL]
- devopsunlocked.com: Kubernetes: Learning Material [COMMUNITY-TOOL]
- cncf.io: Kubernetes 101: An Introduction 🌟 [COMMUNITY-TOOL]
- medium: Pratyush Mathur - Kubernetes Architecture [COMMUNITY-TOOL]
- medium: Kubernetes Fundamentals For Absolute Beginners: Architecture & Components [COMMUNITY-TOOL]
- learnsteps.com: What is a control plane? Basics on Kubernetes [COMMUNITY-TOOL]
- eximiaco.tech: when to choose Kubernetes? 🌟 [COMMUNITY-TOOL]
- thenewstack.io: Living with Kubernetes: Cluster Upgrades 🌟 [COMMUNITY-TOOL]
- thenewstack.io: 5 Things Developers Need to Know About Kubernetes Management [COMMUNITY-TOOL]
- How to handle environment variables with Kubernetes? 🌟 [COMMUNITY-TOOL]
- weave.works: The Definitive Guide to Kubernetes in Production 🌟🌟 [COMMUNITY-TOOL]
- The Rise of Modern Day Kubernetes Operations [COMMUNITY-TOOL]
- thenewstack.io: What Workloads Do Businesses Run on Kubernetes? [COMMUNITY-TOOL]
- itnext.io: The subtleties of ensuring zero downtime during pod lifecycle' events in Kubernetes [COMMUNITY-TOOL]
- tutorialworks.com: The differences between Docker, containerd, CRI-O and' runc [COMMUNITY-TOOL]
- thenewstack.io: The New Stack’s Top Kubernetes Stories of 2021 [COMMUNITY-TOOL]
- ostechnix.com: Kubernetes Features Explained In Detail [COMMUNITY-TOOL]
- learnsteps.com: Kubernetes: What to learn from a long term perspective [COMMUNITY-TOOL]
- medium: Do I need to learn Kubernetes? [COMMUNITY-TOOL]
- divya-mohan0209.medium.com: Getting started with K8s in 2022 [COMMUNITY-TOOL]
- medium.com/paypal-tech: Scaling Kubernetes to Over 4k Nodes and 200k Pods [COMMUNITY-TOOL]
- learnsteps.com: What is kubelet and what it does: Basics on Kubernetes [COMMUNITY-TOOL]
- pauldally.medium.com: Kubernetes Application High-Availability — Part 1' (The Very-Basic Basics) [COMMUNITY-TOOL]
- opensource.com: A guide to Kubernetes architecture [COMMUNITY-TOOL]
- medium.com/@olivier.gaumond: Why am I able to bind a privileged port in' my container without the NET_BIND_SERVICE capability? [COMMUNITY-TOOL]
- kubesphere.io: Kubernetes High Availability Essential Practices Simply' Explained [COMMUNITY-TOOL]
- ecem.dev: Kubernetes Basics, Core Components & Yaml Files [COMMUNITY-TOOL]
- medium.com/netcracker: Version Control of Configuration Files Using Kubernetes [COMMUNITY-TOOL]
- blog.devgenius.io: Choosing an Optimal Kubernetes Worker Node Size for' Your Startup 🌟 [COMMUNITY-TOOL]
- cloudtechtwitter.com: KubeApiServer components 🌟 [COMMUNITY-TOOL]
- medium.com/@portainerio: Kubernetes, the ultimate enabler of automation [COMMUNITY-TOOL]
- marcusnoble.co.uk: Managing Kubernetes without losing your cool 🌟 [COMMUNITY-TOOL]
- cloudtechtwitter.com: Introduction to Kubernetes 🌟 [COMMUNITY-TOOL]
- medium.com/@kajan26: The Myth of scalability in Kubernetes [COMMUNITY-TOOL]
- [medium.com/@raymon_dut: What’s the relationShip between Pod, Deployment,' ReplicaSet, and Service in Kubernetes? 🌟](https://medium.com/@raymon_dut/whats-the-relationship-between-pod-deployment-replicaset-and-service-in-kubernetes-57bf3be22abb 🌟) [COMMUNITY-TOOL]
- cloudnatively.com: The State of Stateful apps on Kubernetes 🌟 [COMMUNITY-TOOL]
- spiceworks.com: How to Get Started With Kubernetes the Right Way: DevOps' Experts Weigh In 🌟 [COMMUNITY-TOOL]
- dev.to: What Problem Is Kubernetes Actually Trying To Solve? 🌟 [COMMUNITY-TOOL]
- developers.redhat.com: Kubernetes 101 for developers: Names, ports, YAML' files, and more [COMMUNITY-TOOL]
- medium.com/@litombeg: Kubernetes High-Level Architecture [COMMUNITY-TOOL]
- Top 5 kubernetes challenges and their solutions [COMMUNITY-TOOL]
- jaffarshaik.medium.com: Kubernetes Architecture and components 🌟 [COMMUNITY-TOOL]
- syedasadrazadevops.medium.com: Deep Dive Into Kubernetes: Who to run pod,' node container in Kubernetes (K8s) [COMMUNITY-TOOL]
- dzone.com: Kubernetes Architecture Diagram 🌟🌟🌟 [COMMUNITY-TOOL]
- levelup.gitconnected.com: 5 Tricks to take your Kubernetes skills to the' next level [COMMUNITY-TOOL]
- thenewstack.io: Don’t Pause Your Kubernetes Adoption ― PaaS It Instead! [COMMUNITY-TOOL]
- blog.devgenius.io: Kubernetes(k8) High-level overview [COMMUNITY-TOOL]
- waltercode.medium.com: Understanding Kubernetes [COMMUNITY-TOOL]
- anirudhdaya.hashnode.dev: Kubernetes Explained- Part 1 [COMMUNITY-TOOL]
- medium.com/@sakshampaliwal: What is Kubernetes(in short)? [COMMUNITY-TOOL]
- medium.com/@hnaveed221: A Quick Intro To Kubernetes [COMMUNITY-TOOL]
- medium.com/the-techlife: Application life cycle management | Kubernetes [COMMUNITY-TOOL]
- hamees.hashnode.dev: Kubernetes: Explain like I'm 5 [COMMUNITY-TOOL]
- medium.com/siot-govtech: Kubernetes from Scratch [COMMUNITY-TOOL]
- blog.learncodeonline.in: Kubernetes! An Architectural Overview [COMMUNITY-TOOL]
- ajay-yadav.medium.com: Internals of Kubernetes [COMMUNITY-TOOL]
- enterprisersproject.com: A 15-minute primer on Kubernetes [COMMUNITY-TOOL]
- spacelift.io: What Is Kubernetes Architecture? – Components Overview [COMMUNITY-TOOL]
- blog.frankel.ch: Back to basics: accessing Kubernetes pods [COMMUNITY-TOOL]
- faun.pub: Kubernetes Architecture Explained — Under 5 Minutes [COMMUNITY-TOOL]
- blogs.opentext.com: Understanding Kubernetes within containers [COMMUNITY-TOOL]
- techtarget.com: How many Kubernetes nodes should be in a cluster? 🌟🌟🌟 [COMMUNITY-TOOL]
- blog.acethecloud.com: The Kubernetes Handbook: A Comprehensive guide of' 100 Q&A 🌟 [COMMUNITY-TOOL]
- medium.com/@madhankannan7: Kubernetes in Production: Key Considerations [COMMUNITY-TOOL]
- medium.com/@harsh.manvar111: Don’t confuse the difference between stateless' and stateful 🌟 [COMMUNITY-TOOL]
- dev.to: Why Developers Should Learn Docker and Kubernetes in 2023 🌟 [COMMUNITY-TOOL]
- dev.to: Build my own Kubernetes journey (10 Part Series) | Jonatan Ezron [COMMUNITY-TOOL]
- thenewstack.io: Why Kubernetes Has Emerged as the ‘OS’ of the Cloud [COMMUNITY-TOOL]
- aws.amazon.com: Kubernetes as a platform vs. Kubernetes as an API 🌟🌟 [COMMUNITY-TOOL]
- Symbiosis [COMMUNITY-TOOL]
- medium.com/@deepeshjaiswal6734: An Introduction to Kubernetes Architecture' && Kubernetes Object deep dive-1 🌟 [COMMUNITY-TOOL]
- dev.to: Kubernetes 101, part I, the fundamentals | Leandro Proença [COMMUNITY-TOOL]
- cncf.io: THE ILLUSTRATED CHILDREN’S GUIDE TO KUBERNETES 🌟 [COMMUNITY-TOOL]
- yuminlee2.medium.com: Kubernetes: Understanding Kubernetes Architecture' through a Restaurant Chef’s Analogy [COMMUNITY-TOOL]
- medium.com/jamf-engineering: How three lines of configuration solved our' gRPC scaling issues in Kubernetes 🌟 [COMMUNITY-TOOL]
- thenewstack.io: A Platform for Kubernetes [COMMUNITY-TOOL]
- blog.devgenius.io: DevOps in K8s — Deployment Rolling Update [COMMUNITY-TOOL]
- medium.com/@walissonscd: Creating a Kubernetes Pod with Multiple Containers' and a Shared Volume 🌟 [COMMUNITY-TOOL]
- devopscube.com: Kubernetes Daemonset: A Comprehensive Guide [COMMUNITY-TOOL]
- medium.com/@rphilogene: Turning Kubernetes into a Developer-Friendly Product [COMMUNITY-TOOL]
- linkedin.com: DAY 01: Kubernetes : Understanding Architecture, Components,' Installation and Configuration [COMMUNITY-TOOL]
- medium.com/@vvsevel: A Guide to Kubernetes Application Resource Tuning —' part 1 [COMMUNITY-TOOL]
- medium.com/@vinothiniraju: Streamlining Kubernetes Deployment with Ready-Built' Developer Platform [COMMUNITY-TOOL]
- faun.pub: Kubernetes Nginx Deployments: Simplified Management and Increased' Scalability [COMMUNITY-TOOL]
- medium.com/@a.j.abbott24: Kubernetes: Multi Environment Config Management [COMMUNITY-TOOL]
- medium.com/@extio: Understanding Kubernetes Annotations: Enhancing Flexibility' and Extensibility [COMMUNITY-TOOL]
- aws.plainenglish.io: $ kubectl get kubernetes -o architecture [COMMUNITY-TOOL]
- freecodecamp.org: How to Deploy an Application to a Kubernetes Cluster [COMMUNITY-TOOL]
- medium.com/@kylelzk: Kubernetes Theory - Understanding Kubernetes Components:' A Deep Dive [COMMUNITY-TOOL]
- medium.com/@bijit211987: Kubernetes Roadmap [COMMUNITY-TOOL]
- serokell.io/blog/kubernetes-guide: A Guide to Kubernetes [COMMUNITY-TOOL]
- kube.careers: Kubernetes jobs market (Q2 2021) [COMMUNITY-TOOL]
- kube.careers: Kubernetes jobs market trends for 2021 (Q4) [COMMUNITY-TOOL]
- medium.com/@dfrancisczok: Introduction to Kubernetes — other Kubernetes' components and abstract concepts | Dave Frank [COMMUNITY-TOOL]
- levelup.gitconnected.com: Kubernetes 101: Understanding the Basics of Container' Orchestration [COMMUNITY-TOOL]
- medium.com/@walissonscd: Understanding Your Kubernetes Cluster [COMMUNITY-TOOL]
- Certified Kubernetes offerings [COMMUNITY-TOOL]
- Cloud-Native Development Survey Details Kubernetes, Serverless Data [COMMUNITY-TOOL]
- k8s.af 🌟 [COMMUNITY-TOOL]
- thenewstack.io: Kubernetes Horror Stories [COMMUNITY-TOOL]
- techbeacon.com: Why teams fail with Kubernetes—and what to do about it [COMMUNITY-TOOL]
- fairwinds.medium.com: Kubernetes Maturity Model [COMMUNITY-TOOL]
- fairwinds.medium.com: An Introduction to the Kubernetes Maturity Model —' How to Use It [COMMUNITY-TOOL]
- openshift sandbox [COMMUNITY-TOOL]
- Kubebyexample.com - kubernetesbyexample.com 🌟🌟 [COMMUNITY-TOOL]
- DevOps Made Easy: Install AWS CLI, ECS CLI, Docker & Terraform Using Chocolatey [COMMUNITY-TOOL]
- itnext.io: Kubernetes Installation Methods The Complete Guide [COMMUNITY-TOOL]
- medium.com/@DevOpsfreak: Top 12 Kubernetes Installation Errors You Can’t' Afford to Miss [COMMUNITY-TOOL]
- kubernetes.io [COMMUNITY-TOOL]
- reddit.com/r/kubernetes [COMMUNITY-TOOL]
- Kubernetes README: kubernetesreadme.com [COMMUNITY-TOOL]
- dev-k8sref-io.web.app [COMMUNITY-TOOL]
- jamiehannaford/what-happens-when-k8s [COMMUNITY-TOOL]
- kubernetespodcast.com [COMMUNITY-TOOL]
- kubelist.com/podcast: The Kubelist Podcast [COMMUNITY-TOOL]
- nativecloud.dev 🌟 [COMMUNITY-TOOL]
- cloudowski.com [COMMUNITY-TOOL]
- dev.to/t/kubernetes [COMMUNITY-TOOL]
- opensource.com/tags/kubernetes [COMMUNITY-TOOL]
- itnext.io/tagged/kubernetes [COMMUNITY-TOOL]
- learnsteps.com/tag/basics-on-kubernetes [COMMUNITY-TOOL]
- devopscube.com [COMMUNITY-TOOL]
- thecloudblog.net [COMMUNITY-TOOL]
- Rcarrata's blog [COMMUNITY-TOOL]
- returngis.net [COMMUNITY-TOOL]
- The DevOps Bottleneck: Why IaC Orchestration is the Missing Piece [COMMUNITY-TOOL]
- kubedex.com [COMMUNITY-TOOL]
- medium.com: A Year Of Running Kubernetes at MYOB, And The Importance Of' Empathy [COMMUNITY-TOOL]
- labs.mwrinfosecurity.com: Attacking Kubernetes through Kubelet [COMMUNITY-TOOL]
- itnext.io: Successful & Short Kubernetes Stories For DevOps Architects [COMMUNITY-TOOL]
- platform9.com: Kubernetes CI/CD Pipelines at Scale [COMMUNITY-TOOL]
- 5 open source projects that make Kubernetes even better: Prometheus, Operator' framework, Knative, Tekton, Kubeflow 🌟 [COMMUNITY-TOOL]
- Creating a Kubernetes cloud provider, doesn't required boiling the ocean [COMMUNITY-TOOL]
- opensource.com: 5 ways to boost your Kubernetes knowledge [COMMUNITY-TOOL]
- blog.container-solutions.com: 7 Cloud Native Trends to Watch in 2020 [COMMUNITY-TOOL]
- snyk.io: Shipping Kubernetes-native applications with confidence [COMMUNITY-TOOL]
- medium: Delivering value on Kubernetes [COMMUNITY-TOOL]
- medium: Then he asked me “Is Kubernetes right for us?” [COMMUNITY-TOOL]
- lambda.grofers.com: Learnings From Two Years of Kubernetes in Production [COMMUNITY-TOOL]
- medium: 3 Years of Kubernetes in Production–Here’s What We Learned [COMMUNITY-TOOL]
- revistacloudcomputing.com: Los mejores proveedores de Kubernetes [COMMUNITY-TOOL]
- medium: Installing cf-for-k8s on a Kubernetes Cluster Running on Digital' Ocean [COMMUNITY-TOOL]
- itnext.io: Lessons learned from managing a Kubernetes cluster for side projects' (GKE) [COMMUNITY-TOOL]
- projectcalico.org: Using Kubernetes to orchestrate VMs [COMMUNITY-TOOL]
- lastweekinaws.com: Is ECS deprecated? Has Kubernetes won? [COMMUNITY-TOOL]
- opensource.com: 8 Kubernetes insights for 2021 [COMMUNITY-TOOL]
- srcco.de: Zalando - Many Kubernetes Clusters instead of 1 huge cluster [COMMUNITY-TOOL]
- magalix.com: Influencing Kubernetes Scheduler Decisions [COMMUNITY-TOOL]
- medium: Making Sense of Taints and Tolerations in Kubernetes [COMMUNITY-TOOL]
- devopscube.com: 10 Key Considerations for Kubernetes Cluster Design & Setup' 🌟 [COMMUNITY-TOOL]
- blog.pixielabs.ai: Building Kubernetes Native SaaS applications: iterating' quickly by deploying in-cluster data planes [COMMUNITY-TOOL]
- itnext.io: CKS Exam Series #9 RBAC v2 [COMMUNITY-TOOL]
- infoq.com: Experts Discuss Top Kubernetes Trends and Production Challenges [COMMUNITY-TOOL]
- blog.appstack.one: How to run Ghost blog inside Kubernetes [COMMUNITY-TOOL]
- The Evolution of Distributed Systems on Kubernetes [COMMUNITY-TOOL]
- medium: Graceful shutdown of fpm and nginx in Kubernetes [COMMUNITY-TOOL]
- fairwinds.com: Over-Provisioned and Over-Permissioned Containers & Kubernetes [COMMUNITY-TOOL]
- betterprogramming.pub: How to Implement Your Distributed Filesystem With' GlusterFS And Kubernetes [COMMUNITY-TOOL]
- medium: Scaling Kubernetes with Assurance at Pinterest [COMMUNITY-TOOL]
- blog.deckhouse.io: How we enjoyed upgrading a bunch of Kubernetes clusters' from v1.16 to v1.19 [COMMUNITY-TOOL]
- Kubernetes setup with CRI-O Runtime ⭐ 93 [COMMUNITY-TOOL]
- hjrocha.medium.com: Add a Custom Host to Kubernetes [COMMUNITY-TOOL]
- qwinix.io: What Is Kubernetes? K8s Uses, Benefits, & More [COMMUNITY-TOOL]
- thenewstack.io: Governance, Risk and Compliance with Kubernetes [COMMUNITY-TOOL]
- zhimin-wen.medium.com: Custom Notifications with Alert Manager’s Webhook' Receiver in Kubernetes [COMMUNITY-TOOL]
- blog.harbur.io: Demystifying stateful apps on Kubernetes by deploying an' etcd cluster [COMMUNITY-TOOL]
- blog.kintone.io: Rebooting a LOT of Kubernetes nodes in a declarative way [COMMUNITY-TOOL]
- infoq.com: Cloud Native and Kubernetes Observability: Expert Panel [COMMUNITY-TOOL]
- kubernetes.io: Don't Panic: Kubernetes and Docker [COMMUNITY-TOOL]
- thenewstack.io: Exploring the New Kubernetes Maturity Model [COMMUNITY-TOOL]
- blog.bandowski.eu: Tools that should be used in every Kubernetes cluster' 🌟 [COMMUNITY-TOOL]
- infoq.com: The Kubernetes Effect [COMMUNITY-TOOL]
- dustinspecker.com: Scaling Kubernetes Pods using Prometheus Metrics 🌟 [COMMUNITY-TOOL]
- dev.to: How to switch container runtime in a Kubernetes cluster [COMMUNITY-TOOL]
- itnext.io: Breaking down and fixing etcd cluster [COMMUNITY-TOOL]
- itnext.io: Kubernetes: what are Endpoints [COMMUNITY-TOOL]
- medium.com: Using kubernetes custom resources to manage our ephemeral environments [COMMUNITY-TOOL]
- medium: Running Apache Flink on Kubernetes [COMMUNITY-TOOL]
- learnsteps.com: How exactly kube-proxy works: Basics on Kubernetes [COMMUNITY-TOOL]
- medium.com: Connect services across Kubernetes clusters using Teleproxy [COMMUNITY-TOOL]
- medium: Kubernetes DNS for Services and Pods [COMMUNITY-TOOL]
- edgehog.blog: Getting Started with K8s: Core Concepts [COMMUNITY-TOOL]
- siderolabs.com: Is Vanilla Kubernetes Really Too Heavy For The Raspberry' Pi? [COMMUNITY-TOOL]
- infoq.com: Kubernetes Workloads in the Serverless Era: Architecture, Platforms,' and Trends [COMMUNITY-TOOL]
- blog.kintone.io: Tolerating failures in container image registries [COMMUNITY-TOOL]
- blog.px.dev: How etcd works and 6 tips to keep in mind [COMMUNITY-TOOL]
- dev.to: A Deep Dive Into Kubernetes Schema Validation [COMMUNITY-TOOL]
- usepine.com: Improving cert-manager HTTP01 self-check speed [COMMUNITY-TOOL]
- datree.io: A Deep Dive Into Kubernetes Schema Validation 🌟 [COMMUNITY-TOOL]
- infracloud.io: Avoiding Kubernetes Cluster Outages with Synthetic Monitoring [COMMUNITY-TOOL]
- thenucleargeeks.com: Taints and Tolerations in Kubernetes [COMMUNITY-TOOL]
- devopshubproject/cka-lab [COMMUNITY-TOOL]
- shayn-71079.medium.com: Scaling Kubernetes Clusters [COMMUNITY-TOOL]
- thenewstack.io: Living with Kubernetes: Multicluster Management [COMMUNITY-TOOL]
- tigera.io: Comparing kube-proxy modes: iptables or IPVS? [COMMUNITY-TOOL]
- fairwinds.com: K8s Clinic: How to Run Kubernetes Securely and Efficiently' 🌟 [COMMUNITY-TOOL]
- weave.works: Production Ready Checklists for Kubernetes 🌟 [COMMUNITY-TOOL]
- allanjohn909.medium.com: Kubernetes Ingress with Traefik, CertManager, LetsEncrypt' and HAProxy [COMMUNITY-TOOL]
- asishmm.medium.com: Discussion on Horizontal Pod Autoscaler with a demo' on local k8s cluster [COMMUNITY-TOOL]
- piotrminkowski.com: Kubernetes Multicluster with Kind and Submariner [COMMUNITY-TOOL]
- civo.com: Get up and running with Kubeflow on Civo Kubernetes [COMMUNITY-TOOL]
- dbafromthecold.com: Adjusting pod eviction time in Kubernetes [COMMUNITY-TOOL]
- doordash.engineering: Gradual Code Releases Using an In-House Kubernetes' Canary Controller [COMMUNITY-TOOL]
- itnext.io: How to deploy a cross-cloud Kubernetes cluster with built-in' disaster recovery 🌟 [COMMUNITY-TOOL]
- blog.cloudflare.com: Automatic Remediation of Kubernetes Nodes [COMMUNITY-TOOL]
- pulumi.com: Kubernetes Fundamentals Part One - Python instead of YAML 🌟 [COMMUNITY-TOOL]
- ubuntu.com: How to test the latest Kubernetes 1.22 release candidate with' MicroK8s [COMMUNITY-TOOL]
- thenewstack.io: 10 Steps to a Successful Kubernetes Technical Transformation' 🌟 [COMMUNITY-TOOL]
- medium: Kubernetes Scaling & Replicas 🌟 [COMMUNITY-TOOL]
- cncf.io: Advanced Kubernetes pod to node scheduling [COMMUNITY-TOOL]
- medium: Create A Pod In Kubernetes Cluster [COMMUNITY-TOOL]
- cloudsavvyit.com: How to Scale Docker Containers Across Servers Using Kubernetes [COMMUNITY-TOOL]
- Kubernetes. Label and Selector. Important Topic. Identify object in cluster. CKA Exam Tips [COMMUNITY-TOOL]
- thenewstack.io: Cloud Foundry Summit: Kubernetes Must Do Better by Developers [COMMUNITY-TOOL]
- itnext.io: How to create Kubernetes home lab on an old laptop with K3s [COMMUNITY-TOOL]
- itnext.io: How to deploy a single Kubernetes cluster across multiple clouds' using k3s and WireGuard [COMMUNITY-TOOL]
- itnext.io: How to Add MySql & MongoDB to a Kubernetes .Net Core Microservice' Architecture [COMMUNITY-TOOL]
- itnext.io: Expose Open Policy Agent/Gatekeeper Constraint Violations for' Kubernetes Applications with Prometheus and Grafana [COMMUNITY-TOOL]
- thenewstack.io: How Airbnb and Twitter Cut Back on Microservice Complexities [COMMUNITY-TOOL]
- redkubes.com: DIY Kubernetes-based platform building – part 3 [COMMUNITY-TOOL]
- hobby-kube/guide 🌟 ⭐ 5662 [ENTERPRISE-STABLE]
- wecloudpro.com: Watchers in Kubernetes [COMMUNITY-TOOL]
- youtube: Tinder's Move to Kubernetes - Chris O'Brien & Chris Thomas, Tinder [COMMUNITY-TOOL]
- medium: How to enable Kubernetes container RuntimeDefault seccomp profile' for all workloads [COMMUNITY-TOOL]
- infoq.com: Six Tips for Running Scalable Workloads on Kubernetes [COMMUNITY-TOOL]
- itnext.io: Evolution of PaaSes to Platform-as-Code in Kubernetes world [COMMUNITY-TOOL]
- medium: Wordpress High Availability on Kubernetes [COMMUNITY-TOOL]
- thenewstack.io: The State of Kubernetes: Key Challenges and the Role of' AI [COMMUNITY-TOOL]
- learnsteps.com: Basics on Kubernetes: What exactly is a ReplicaSet [COMMUNITY-TOOL]
- ithands-on.com: Kubernetes 101 : Switching namespaces [COMMUNITY-TOOL]
- medium.com: Tinder’s move to Kubernetes [COMMUNITY-TOOL]
- danielmangum.com: How Kubernetes validates custom resources [COMMUNITY-TOOL]
- opensource.com: How the Kubernetes ReplicationController works [COMMUNITY-TOOL]
- itnext.io: Kubernetes — Running Multiple Container Runtimes [COMMUNITY-TOOL]
- medium: Kubernetes for dummies: introduction. Part 1 [COMMUNITY-TOOL]
- kubermatic.com: The Ultimate Checklist for Running Kubernetes in Production [COMMUNITY-TOOL]
- vadosware.io: So you need to wait for some Kubernetes resources? [COMMUNITY-TOOL]
- vxav.fr: Interacting with containerd runtime for kubernetes [COMMUNITY-TOOL]
- medium: Exploring Kubernetes Node Architecture [COMMUNITY-TOOL]
- mayankshah.dev: Demystifying kube-proxy [COMMUNITY-TOOL]
- blog.brujordet.no: Using custom hardware in kubernetes [COMMUNITY-TOOL]
- technos.medium.com: Kubernetes Workflow for Absolute Beginners [COMMUNITY-TOOL]
- cloud.google.com: The past, present, and future of Kubernetes with Eric' Brewer [COMMUNITY-TOOL]
- kmitevski.com: Writing a Kubernetes Validating Webhook using Python [COMMUNITY-TOOL]
- medium.com/@hinsulak: Multi-node lightweight Kubernetes setup [COMMUNITY-TOOL]
- kubernetes.io: Kubernetes is Moving on From Dockershim: Commitments and' Next Steps [COMMUNITY-TOOL]
- blog.px.dev: Where are my container's files? Inspecting container filesystems [COMMUNITY-TOOL]
- medium.com/codex: How to Deploy WordPress On Kubernetes — Part 2 [COMMUNITY-TOOL]
- freecodecamp.org: Learn Kubernetes and Start Containerizing Your Applications [COMMUNITY-TOOL]
- komodor.com: Kubernetes Nodes – The Complete Guide [COMMUNITY-TOOL]
- medium.com/techbeatly: Chain of events behind a running Pod [COMMUNITY-TOOL]
- thenewstack.io: What Does It Take to Manage Hundreds of Kubernetes Clusters? [COMMUNITY-TOOL]
- medium.com/pareture: Kubernetes Scaling, Capacity and Resource Planning' in Complex Clusters [COMMUNITY-TOOL]
- blog.runx.dev: 3 Things I Hate About Kubernetes [COMMUNITY-TOOL]
- devopslearners.com: What is a Kubernetes Ephemeral Container? [COMMUNITY-TOOL]
- opensource.com: A visual map of a Kubernetes deployment [COMMUNITY-TOOL]
- devopslearners.com: Different Container Runtimes and Configurations in the' same Kubernetes Cluster [COMMUNITY-TOOL]
- itnext.io: Measuring Patching Cadence on Kubernetes with GitOps [COMMUNITY-TOOL]
- thenewstack.io: The Rush to Fix the Kubernetes Failover Problem [COMMUNITY-TOOL]
- vidhitakher.medium.com: Understanding the Kubernetes cluster components [COMMUNITY-TOOL]
- medium.com/@kennethtcp: How to spread replica pods into nodes evenly by' topologySpreadConstraints [COMMUNITY-TOOL]
- medium.com/@norlin.t: Build a managed Kubernetes cluster from scratch —' part 1 [COMMUNITY-TOOL]
- topcloudops.com: Kubernetes Security, Rootless Containers [COMMUNITY-TOOL]
- topcloudops.com: Kubernetes Draining Nodes Properly [COMMUNITY-TOOL]
- itnext.io: Kubernetes Draining Nodes Properly [COMMUNITY-TOOL]
- medium.com/devops-mojo: Kubernetes — Open Standards (OCI, CRI, CNI, CSI,' SMI, CPI) Overview [COMMUNITY-TOOL]
- itnext.io: Introduction to Kubernetes extensibility [COMMUNITY-TOOL]
- faun.pub: Deep into Container — How Kubernetes works with Container Runtime [COMMUNITY-TOOL]
- blog.axiomio.com: Seven Kubernetes Trends to Watch in Upcoming Years [COMMUNITY-TOOL]
- medium.com/@Paddy_Adallah: How to Choose Kubernetes Platforms for Enterprise' Deployments [COMMUNITY-TOOL]
- sunnykkc13.medium.com: Deep Dive into Kubernetes [COMMUNITY-TOOL]
- medium.com/@issy972: Balancing reliability, cost and performance with Kubernetes [COMMUNITY-TOOL]
- imoisharma.medium.com: How Leader election works in Kubernetes— By M. Sharma [COMMUNITY-TOOL]
- howtogeek.com: How to Clean Up Old Containers and Images in Your Kubernetes' Cluster [COMMUNITY-TOOL]
- medium.com/blablacar: Operating Node.js in Kubernetes at scale at BlaBlaCar [COMMUNITY-TOOL]
- blog.kubesimplify.com: DIY: How To Build A Kubernetes Policy Engine [COMMUNITY-TOOL]
- faun.pub: Git Clone using Init-container | Kubernetes [COMMUNITY-TOOL]
- itnext.io: K8s Tips: Accessing the API Server From a Pod [COMMUNITY-TOOL]
- medium.com/@tamerberatcelik: When and why to use Kubernetes? [COMMUNITY-TOOL]
- kymidd.medium.com: Let’s Do DevOps: EKS K8s & Python Fuzzy Staging with' AWS Secrets Manager, K8s Init disk, Secrets Injection [COMMUNITY-TOOL]
- medium.com/@AceTheCloud-Abhishek: 50 Shades of Containers and Kubernetes [COMMUNITY-TOOL]
- dev.to: How to make exclusive locks in Kubernetes [COMMUNITY-TOOL]
- faun.pub: Optimize Kubernetes Resource Management with Time-To-Live (TTL)' for Cleaner Cluster [COMMUNITY-TOOL]
- github.com/genuinetools: contained.af ⭐ 907 [COMMUNITY-TOOL]
- abhii85.hashnode.dev: How to get started with K8s contributions [COMMUNITY-TOOL]
- itnext.io: Kubernetes Sandbox Environments with Virtual Clusters [COMMUNITY-TOOL]
- medium.com/@alexmogfr: ZEvent Place: How we handled 100k+ CCU on a real-time' collective canvas [COMMUNITY-TOOL]
- blog.devgenius.io: DevOps in K8s — Pod Cgroups [COMMUNITY-TOOL]
- github.com/metaleapca: metaleap-devops-in-k8s.pdf ⭐ 30 [COMMUNITY-TOOL]
- engineering.prezi.com: How to avoid global outage — Seamlessly migrating' DaemonSet labels [COMMUNITY-TOOL]
- medium.com/trendyol-tech: Kubernetes IO Problem Investigation [COMMUNITY-TOOL]
- github.com/kairos-io/kairos: Kairos - Kubernetes-focused, Cloud Native Linux' meta-distribution ⭐ 1725 [COMMUNITY-TOOL]
- medium.com/@GranulateIntel: The Fundamental Principles of Kubernetes Capacity' Management [COMMUNITY-TOOL]
- thenewstack.io: Optimizing Kubernetes for Peak Traffic and Avoiding Setbacks [COMMUNITY-TOOL]
- tech.bigbasket.com: Atlas: Streamlining BigBasket’s 40+ lines of testing' across 80+ Microservices in Non-Production Environments [COMMUNITY-TOOL]
- hervekhg.medium.com: 3 years managing Kubernetes clusters, my 10 lessons [COMMUNITY-TOOL]
- medium.com/@.anders: Lessons From Our 8 Years Of Kubernetes In Production' — Two Major Cluster Crashes, Ditching Self-Managed, Cutting Cluster Costs, Tooling, And More [COMMUNITY-TOOL]
- trstringer.com: What Determines if a Kubernetes Node is Ready? [COMMUNITY-TOOL]
- medium.com/@bgrant0607: Advantages of storing configuration in container' registries rather than git 🌟 [COMMUNITY-TOOL]
- medium.com/@jainal: Mastering Graceful Shutdown in Distributed Systems and' Microservices [COMMUNITY-TOOL]
- rpadovani.com: How Kubernetes picks which pods to delete during scale-in [COMMUNITY-TOOL]
- medium: Mastering the KUBECONFIG file [COMMUNITY-TOOL]
- rcarrata.github.io: Regenerating Kubeconfig for system:admin user in OpenShift' clusters [COMMUNITY-TOOL]
- devopscube.com: Kubeconfig File Explained With Practical Examples 🌟 [COMMUNITY-TOOL]
- iamunnip.medium.com: Merging kubeconfig Files [COMMUNITY-TOOL]
- medium.com/@yogitakothadia: A Manifest File in Kubernetes [COMMUNITY-TOOL]
- betterprogramming.pub: Setup Microservices on Kubernetes — Write a Configuration' File [COMMUNITY-TOOL]
- faun.pub: Understanding the Kubernetes Manifest [COMMUNITY-TOOL]
- Docker Hardened Images for Every Developer [COMMUNITY-TOOL]
- kruyt.org: Migrate from Docker to Containerd in Kubernetes [COMMUNITY-TOOL]
- opensourcerers.org: How to go from Docker to Kubernetes the right way 🌟 [COMMUNITY-TOOL]
- linuxtechi.com: How to Setup Private Docker Registry in Kubernetes (k8s) [COMMUNITY-TOOL]
- itnexst.io: Docker and Kubernetes — root vs. privileged [COMMUNITY-TOOL]
- blog.sighup.io: How to run Kubernetes without Docker [COMMUNITY-TOOL]
- betterprogramming.pub: How to Migrate From Docker Compose to Kubernetes [COMMUNITY-TOOL]
- kinsta.com: Kubernetes vs Docker: The Difference Explained [COMMUNITY-TOOL]
- dynatrace.com: Kubernetes vs Docker: What’s the difference? [COMMUNITY-TOOL]
- imaginarycloud.com: Docker VS Kubernetes? It should be Docker + Kubernetes [COMMUNITY-TOOL]
- decipherzone.com: Kubernetes vs Docker Swarm: A Container Orchestration' Tools Comparison [COMMUNITY-TOOL]
- blog.rewanthtammana.com: Creating Malicious Admission Controllers [COMMUNITY-TOOL]
- kubernetes.io: Using Admission Controllers to Detect Container Drift at' Runtime [COMMUNITY-TOOL]
- slack.engineering: A Simple Kubernetes Admission Webhook [COMMUNITY-TOOL]
- blog.nillsf.com: How to run your own admission controller on Kubernetes [COMMUNITY-TOOL]
- medium.com/@visweswara: What are Kubernetes Admission Controllers? [COMMUNITY-TOOL]
- medium.com/@jonathan_37674: Kubernetes Admission Controller: The Definitive' Guide [COMMUNITY-TOOL]
- pradeepl.com: Introduction to Kubernetes Admission Controllers [COMMUNITY-TOOL]
- medium.com/@pflooky: Intro to Kubernetes Mutating Webhooks (get more out' of Kubernetes) [COMMUNITY-TOOL]
- medium: The Kubernetes Cloud Controller Manager [COMMUNITY-TOOL]
- medium: Kubernetes Resources 🌟 [COMMUNITY-TOOL]
- enterprisersproject.com: Managing Kubernetes resources: 5 things to remember [COMMUNITY-TOOL]
- stackify.com: The Advantages of Using Kubernetes and Docker Together [COMMUNITY-TOOL]
- linuxadvise.com: Kubernetes Node Affinity [COMMUNITY-TOOL]
- linuxadvise.com: Kubernetes Daemon Sets [COMMUNITY-TOOL]
- magalix.com: Team Productivity: Resource Management 🌟 [COMMUNITY-TOOL]
- medium.com: kubernetes Pod Priority and Preemption [COMMUNITY-TOOL]
- medium: How to configure and manage Pod in Kubernetes Cluster (K8s) [COMMUNITY-TOOL]
- howtoforge.com: How to create Multi-Container Pods in Kubernetes [COMMUNITY-TOOL]
- Discovering Running Pods By Using DNS and Headless Services in Kubernetes [COMMUNITY-TOOL]
- Kubernetes Tip: What Happens To Pods Running On Node That Become Unreachable? [COMMUNITY-TOOL]
- medium: Kubernetes Pod Redundancy Strategies [COMMUNITY-TOOL]
- iximiuz.com: Service proxy, pod, sidecar, oh my! [COMMUNITY-TOOL]
- linuxadvise.com: Kubernetes Static Pods [COMMUNITY-TOOL]
- linuxadvise.com: Kubernetes Pod Security Policy [COMMUNITY-TOOL]
- medium: Notes on Graceful Shutdown in Kubernetes 🌟 [COMMUNITY-TOOL]
- didil.medium.com: Building a Kubernetes Mutating Admission Webhook [COMMUNITY-TOOL]
- thenucleargeeks.com: Introduction to Kubernetes Pods [COMMUNITY-TOOL]
- speakerdeck.com: Kubernetes Pod internals with the fundamentals of Containers [COMMUNITY-TOOL]
- kubernetes.io: PodSecurityPolicy Deprecation: Past, Present, and Future' 🌟 [COMMUNITY-TOOL]
- dustinspecker.com: IPVS: How Kubernetes Services Direct Traffic to Pods [COMMUNITY-TOOL]
- returngis.net: Organizar los pods en Kubernetes usando taints y tolerations [COMMUNITY-TOOL]
- medium: How to Schedule Pods on Nodes in Kubernetes [COMMUNITY-TOOL]
- medium: Kubernetes: Evenly Distribution of Pods Across Cluster Nodes' |Puru Tuladhar [COMMUNITY-TOOL]
- medium: Understanding PodSecurity in Kubernetes [COMMUNITY-TOOL]
- blog.searce.com: Single Pod Access Mode for Persistent Volumes on Kubernetes [COMMUNITY-TOOL]
- thecloudblog.net: Kubernetes Container Lifecycle Events and Hooks [COMMUNITY-TOOL]
- shramikawale.medium.com: PodsDisruptionBudget: Why you will need in Kubernetes? [COMMUNITY-TOOL]
- aws.plainenglish.io: Pods in Kubernetes — The Smallest Deployable Units' of Computing 🌟 [COMMUNITY-TOOL]
- chrisedrego.medium.com: Power of PriorityClass in Kubernetes 🌟 [COMMUNITY-TOOL]
- devopslearners.com: Kubernetes Pod Priority, PriorityClass, and Preemption' Explained 🌟 [COMMUNITY-TOOL]
- medium.com/@r_chan: Kubernetes Pods Termination Lifecycle [COMMUNITY-TOOL]
- betterprogramming.pub: Understanding Kubernetes Multi-Container Pod Patterns [COMMUNITY-TOOL]
- medium.com/@danielaaronw: K8s Pod Anti-affinity [COMMUNITY-TOOL]
- mouliveera.medium.com: How to update configmap on POD without restart [COMMUNITY-TOOL]
- devopscube.com: Kubernetes Pod Priority, PriorityClass, and Preemption Explained' 🌟 [COMMUNITY-TOOL]
- medium.com/@meng.yan: What Happens When Deleting a Pod [COMMUNITY-TOOL]
- itnext.io: Kubernetes Graceful Shutdown | Daniele Polencic 🌟 [COMMUNITY-TOOL]
- nunoadrego.com: Abusing Pod Priority [COMMUNITY-TOOL]
- blog.devgenius.io: DevOps in K8s — Pod Downward API [COMMUNITY-TOOL]
- itnext.io: POD rebalancing and allocations in kubernetes | Daniele Polencic' 🌟🌟 [COMMUNITY-TOOL]
- kubernetes.io: Protect Your Mission-Critical Pods From Eviction With PriorityClass [COMMUNITY-TOOL]
- neonmirrors.net: Reducing Pod Volume Update Times [COMMUNITY-TOOL]
- itnext.io: Kubernetes Scheduler Deep Dive | Daniele Polencic [COMMUNITY-TOOL]
- kubernetes.io: configure-pod-container / Use a User Namespace With a Pod [COMMUNITY-TOOL]
- devopscube.com/kubernetes-pod [COMMUNITY-TOOL]
- medium: ConfigMaps in Kubernetes (K8s) [COMMUNITY-TOOL]
- itnext.io: Working with kubernetes configmaps, part 1: volume mounts [COMMUNITY-TOOL]
- blog.gopaddle.io: Strange things you never knew about Kubernetes ConfigMaps' on day one 🌟🌟 [COMMUNITY-TOOL]
- kubermatic.com: Keeping the State of Apps Part 3: Introduction to ConfigMaps' 🌟 [COMMUNITY-TOOL]
- medium.com/codex: Kubernetes ConfigMaps Explained [COMMUNITY-TOOL]
- linuxadvise.com: Kubernetes Config Maps [COMMUNITY-TOOL]
- aditya-sunjava.medium.com: Externalizing Configurations in Kubernetes Using' ConfigMap and Secret [COMMUNITY-TOOL]
- thenewstack.io: How to Make the Most of Kubernetes Environment Variables [COMMUNITY-TOOL]
- medium.com/@shrishtishreya: Kubernetes ConfigMaps Explained [COMMUNITY-TOOL]
- medium.com/open-devops-academy: Learn Kubernetes: ConfigMap — Inject the' values of a ConfigMap in a container as a volume [COMMUNITY-TOOL]
- thorsten-hans.com: Hot-Reload .NET Configuration in Kubernetes with ConfigMaps [COMMUNITY-TOOL]
- devopsparthu.hashnode.dev: Day 35: Mastering ConfigMaps and Secrets in Kubernetes [COMMUNITY-TOOL]
- linuxadvise.com: Kubernetes Secrets [COMMUNITY-TOOL]
- mixi-developers.mixi.co.jp: Comparing External Secrets Operator with Secret' Storage CSI as Kubernetes External Secrets is Deprecated [COMMUNITY-TOOL]
- medium.com/4th-coffee: State of Kubernetes Secrets Management in 2022 [COMMUNITY-TOOL]
- auth0.com: Shhhh... Kubernetes Secrets Are Not Really Secret! [COMMUNITY-TOOL]
- faun.pub: Encrypting Kubernetes Secrets at Rest [COMMUNITY-TOOL]
- vinothecloudone.medium.com: Kubernetes Configuration Patterns 101 [COMMUNITY-TOOL]
- levelup.gitconnected.com: Kubernetes 101: Secrets [COMMUNITY-TOOL]
- Searchable list of Kubernetes Storage Providers [COMMUNITY-TOOL]
- medium: How to create Namespaces in Kubernetes? 🌟 [COMMUNITY-TOOL]
- starwindsoftware.com: Remove a Kubernetes namespace blocked with Terminating' status [COMMUNITY-TOOL]
- opensource.com: Configure multi-tenancy with Kubernetes namespaces 🌟 [COMMUNITY-TOOL]
- Kubernetes Hierarchical Namespace Controller (slides from Kubernetes Multitenancy Working Group) 🌟 [COMMUNITY-TOOL]
- kubernetes.io: Introducing Hierarchical Namespaces [COMMUNITY-TOOL]
- medium: Kubernetes Multi-Tenancy — A Best Practices Guide 🌟 [COMMUNITY-TOOL]
- vamsitalkstech.com: Kubernetes Multi-tenancy Best Practices & Architecture' Model..(2/2) [COMMUNITY-TOOL]
- kubernetes.io: Three Tenancy Models For Kubernetes [COMMUNITY-TOOL]
- thenewstack.io: Avoiding the Pitfalls of Multitenancy in Kubernetes [COMMUNITY-TOOL]
- blog.sighup.io: Hierarchical Namespace Controller (HNC): a look into the' future of Kubernetes Multitenancy [COMMUNITY-TOOL]
- vamsitalkstech.com: Introduction to Kubernetes Multi-tenancy..(1/2) [COMMUNITY-TOOL]
- asonisg.medium.com: Multi-tenancy with Kubernetes (Part-1) [COMMUNITY-TOOL]
- medium: Kubernetes Namespaces vs. Virtual Clusters [COMMUNITY-TOOL]
- engineering.salesforce.com: Project Agumbe: Share Objects Across Namespaces' in Kubernetes 🌟 [COMMUNITY-TOOL]
- p3r.one: Delete namespace stuck in Terminating State [COMMUNITY-TOOL]
- infracloud.io: Introduction to Multi-Tenancy in Kubernetes [COMMUNITY-TOOL]
- kubernetes.io: Multi-tenancy 🌟🌟🌟 [COMMUNITY-TOOL]
- doordash.engineering: Fast Feedback Loop for Kubernetes Product Development' in a Production Environment [COMMUNITY-TOOL]
- towardsaws.com: Kubernetes Multi-Tenancy Approach [COMMUNITY-TOOL]
- medium.com/@het.trivedi05: Designing Multi-Tenant Applications on Kubernetes [COMMUNITY-TOOL]
- blog.joshgav.com: Clusters for all! - 16 May 2022 on Multitenancy, Clusters [COMMUNITY-TOOL]
- divya-mohan0209.medium.com: Mo’ tenancy, Mo’ problems. [COMMUNITY-TOOL]
- cast.ai: Kubernetes Namespace: How To Use It To Organize And Optimize Costs [COMMUNITY-TOOL]
- medium.com/adeo-tech: A walkthrough guide for Multi-Tenancy with GKE [COMMUNITY-TOOL]
- itnext.io: Multi-Tenancy in Kubernetes | Daniele Polencic 🌟🌟 [COMMUNITY-TOOL]
- faun.pub: Hierarchical Namespaces in Kubernetes [COMMUNITY-TOOL]
- blog.jessfraz.com: Hard Multi-Tenancy in Kubernetes (2018) [COMMUNITY-TOOL]
- cloudhero.io [COMMUNITY-TOOL]
- Centralized Add-on Management Across N Kubernetes Clusters [COMMUNITY-TOOL]
- sandeepbaldawa.medium.com: K8s Labels & Selectors [COMMUNITY-TOOL]
- blog.kubecost.com: The Guide to Kubernetes Labels [COMMUNITY-TOOL]
- linuxadvise.com: Kubernetes Node Selectors [COMMUNITY-TOOL]
- ithands-on.com: Kubernetes 101 : Changing a Pod's label on the fly [COMMUNITY-TOOL]
- cast.ai: Kubernetes Labels: Expert Guide with 10 Best Practices [COMMUNITY-TOOL]
- itnext.io: Labels & Annotations in Kubernetes | Daniele Polencic [COMMUNITY-TOOL]
- thenucleargeeks.com: Taints and Tolerations in Kubernetes [COMMUNITY-TOOL]
- faun.pub: Taints And Toleration Basics In Kubernetes [COMMUNITY-TOOL]
- blog.learncodeonline.in: Kubernetes Scheduling - Taints and Tolerations [COMMUNITY-TOOL]
- kamsjec.medium.com: Kubernetes Taints and Tolerations [COMMUNITY-TOOL]
- trstringer.com: Kubernetes Taints, Tolerations, and Understanding the PreferNoSchedule' Effect [COMMUNITY-TOOL]
- medium.com/@sam.euchaliptus: Tolerations & NodeAffinity for Deterministic' Pod Scheduling in Kubernetes [COMMUNITY-TOOL]
- medium: How to Deploy a Web Application with Kubernetes [COMMUNITY-TOOL]
- itnext.io: Kubernetes rolling updates, rollbacks and multi-environments [COMMUNITY-TOOL]
- linuxadvise.com: Kubernetes Rolling Updates and Rollbacks [COMMUNITY-TOOL]
- medium: How Rolling and Rollback Deployments work in Kubernetes [COMMUNITY-TOOL]
- medium: Kubernetes Deployment — Rolling Updates and Rollbacks Explained [COMMUNITY-TOOL]
- thenewstack.io: How do applications run on kubernetes? [COMMUNITY-TOOL]
- medium: Kubernetes Deployment: Connect Your Front End to Your Back End With' Nginx [COMMUNITY-TOOL]
- mirantis.com: Introduction to YAML: Creating a Kubernetes deployment [COMMUNITY-TOOL]
- medium: Kubernetes Deployment Explained [COMMUNITY-TOOL]
- thoughtbot.com: Zero Downtime Rails Deployments with Kubernetes [COMMUNITY-TOOL]
- medium: Deployment types in Kubernetes [COMMUNITY-TOOL]
- hackernoon.com: How To Deploy Code Faster Using Kubernetes [COMMUNITY-TOOL]
- fosstechnix.com: Rolling out and Rolling back updates with Zero Downtime' on Kubernetes Cluster [COMMUNITY-TOOL]
- medium: 5 Things We Overlooked When Deploying Our First App on Kubernetes [COMMUNITY-TOOL]
- Our Journey to Zero Downtime Rolling Updates with Ambassador [COMMUNITY-TOOL]
- medium: Kubernetes Tip: How Statefulsets Behave Differently Than Deployments' When Node Fails? [COMMUNITY-TOOL]
- learnsteps.com: Basics on Kubernetes: What exactly is a deployment? [COMMUNITY-TOOL]
- polarsquad.com: Check your Kubernetes deployments! [COMMUNITY-TOOL]
- yankeexe.medium.com: How Rolling and Rollback Deployments work in Kubernetes [COMMUNITY-TOOL]
- medium.com/okteto: Beginner’s Guide to Kubernetes Deployments [COMMUNITY-TOOL]
- blog.devgenius.io: Zero downtime deployment with Kubernetes using Rolling' update Strategy [COMMUNITY-TOOL]
- dinushad92.medium.com: Building a resilient deployment on Kubernetes-part' 3: Keep the deployment up to date with the latest releases [COMMUNITY-TOOL]
- medium.com/@chamakenjefi: Kubernetes deployments using a ConfigMap with' a custom index.html page [COMMUNITY-TOOL]
- medium.com/@vrnvav97: Canary Deployment in Kubernetes [COMMUNITY-TOOL]
- medium.com/@the.nick.miller: Custom Deployments with Kubernetes [COMMUNITY-TOOL]
- amolmote.hashnode.dev: ReplicaSet & Deployment In Kubernetes 🌟 [COMMUNITY-TOOL]
- teplyheng.medium.com: Understand the difference between Deployments and' ReplicaSet 🌟 [COMMUNITY-TOOL]
- teplyheng.medium.com: In-depth understanding of Deployments in Kubernetes [COMMUNITY-TOOL]
- routerhan.medium.com: Understanding Kubernetes Deployment — A Beginner’s' Guide [COMMUNITY-TOOL]
- blog.devgenius.io: Blue Green Deployment with Kubernetes [COMMUNITY-TOOL]
- itnext.io: Sticky sessions canary releases in kubernetes Daniele Polencic [COMMUNITY-TOOL]
- medium: Kubernetes — Difference between Deployment and StatefulSet in K8s [COMMUNITY-TOOL]
- tom-sapak.medium.com: Deployment vs. StatefulSet for stateful applications [COMMUNITY-TOOL]
- itnext.io: Kubernetes StatefulSet Initialization with Unique Configs per' Pod [COMMUNITY-TOOL]
- niravshah2705.medium.com: Play with volume for statefulsets [COMMUNITY-TOOL]
- medium.com/@arton.demaku: Managing Stateful Applications with Kubernetes' StatefulSets [COMMUNITY-TOOL]
- thenewstack.io: Kubernetes DaemonSets: A Detailed Introductory Tutorial [COMMUNITY-TOOL]
- blog.learncodeonline.in: Kubernetes Scheduling - DaemonSet [COMMUNITY-TOOL]
- ithands-on.com: Kubernetes 101 : Performing tasks in kubernetes - Jobs [COMMUNITY-TOOL]
- How we learned to improve Kubernetes CronJobs at Scale (Part 1 of 2) [COMMUNITY-TOOL]
- opensource.com: A beginner's guide to Kubernetes Jobs and CronJobs [COMMUNITY-TOOL]
- medium: Jobs & Cronjobs in Kubernetes Cluster [COMMUNITY-TOOL]
- devopscube.com: How To Create Kubernetes Jobs/Cron Jobs – Getting Started' Guide [COMMUNITY-TOOL]
- medium.com/geekculture: Setup a CronJob to execute Kubectl or AWS commands [COMMUNITY-TOOL]
- dwdraju.medium.com: Kubernetes Job or CronJob: Which One to Use and When?' 🌟 [COMMUNITY-TOOL]
- blog.devgenius.io: K8s — Why Use Job Instead of Pod Directly? [COMMUNITY-TOOL]
- medium.com/kudos-engineering: Migrating our cron jobs to Kubernetes [COMMUNITY-TOOL]
- spacelift.io: CronJob in Kubernetes – Automating Tasks on a Schedule [COMMUNITY-TOOL]
- medium.com/@abhinav.ittekot: Running Kubernetes jobs with sidecar containers [COMMUNITY-TOOL]
- blog.devops.dev: Understanding Jobs and CronJobs in Kubernetes [COMMUNITY-TOOL]
- infoq.com: The Great Lambda Migration to Kubernetes Jobs—a Journey in Three' Parts 🌟 [COMMUNITY-TOOL]
- blog.alexellis.io: A Primer: Accessing services in Kubernetes [COMMUNITY-TOOL]
- faun.pub: Kubernetes — Active/Passive Load Balancing with Services [COMMUNITY-TOOL]
- devineer.medium.com: Kubernetes Services Explained [COMMUNITY-TOOL]
- whyk8s.substack.com: Why Services? [COMMUNITY-TOOL]
- medium.com/@ankitrai_13207: Kubernetes: Deployment & Service [COMMUNITY-TOOL]
- betterprogramming.pub: An Overview to Kubernetes Services [COMMUNITY-TOOL]
- nitishblog.hashnode.dev: Kubernetes Services - Your way to connect with' your application [COMMUNITY-TOOL]
- sumanprasad.hashnode.dev: Everything About Kubernetes Services - Discovery,' Load Balancing, Networking [COMMUNITY-TOOL]
- dev.to/vromanov: Kubernetes Services 🌟 [COMMUNITY-TOOL]
- blog.devops.dev: Kubernetes Services: Explained with Examples [COMMUNITY-TOOL]
- auth0.com: Deployment Strategies In Kubernetes [COMMUNITY-TOOL]
- educative.io: A deep dive into Kubernetes Deployment strategies [COMMUNITY-TOOL]
- weave.works: Kubernetes Deployment Strategies 🌟 [COMMUNITY-TOOL]
- medium.com: Kubernetes Canary Deployment #1 Gitlab CI [COMMUNITY-TOOL]
- medium: Fully automated canary deployments in Kubernetes [COMMUNITY-TOOL]
- blog.knoldus.com: Introduction to Kubernetes Deployment Strategies [COMMUNITY-TOOL]
- dzone: Advanced Kubernetes Deployment Strategies [COMMUNITY-TOOL]
- blog.devgenius.io: Kubernetes Blue-Green Deployment [COMMUNITY-TOOL]
- prakashkumar0301.medium.com: Blue-Green Deployment with Kubernetes [COMMUNITY-TOOL]
- emirayhan.medium.com: Kubernetes (k8s) Deployment Strategies [COMMUNITY-TOOL]
- faun.pub: Kubernetes Deployment Strategies [COMMUNITY-TOOL]
- blog.devgenius.io: Kubernetes Deployment Strategy Explained 🌟 [COMMUNITY-TOOL]
- developers.redhat.com: Run the Canary Deployment pattern on Kubernetes' 🌟 [COMMUNITY-TOOL]
- blog.werf.io: Canary releases in Kubernetes based on Ingress-NGINX Controller [COMMUNITY-TOOL]
- medium.com/@bubu.tripathy: Blue-Green Deployment using Kubernetes [COMMUNITY-TOOL]
- blog.developersteve.com: Canary Deployments in Kubernetes: Safely Releasing' New Features with Confidence [COMMUNITY-TOOL]
- kubernetes.io: Kubernetes API [COMMUNITY-TOOL]
- thenewstack.io: Living with Kubernetes: API Lifecycles and You [COMMUNITY-TOOL]
- blog.tilt.dev: Kubernetes is so Simple You Can Explore it with Curl [COMMUNITY-TOOL]
- learndevops.substack.com: Hitting prometheus API with curl and jq 🌟 [COMMUNITY-TOOL]
- thenewstack.io: Kubernetes Is Not Just About Containers — It’s About the' API 🌟 [COMMUNITY-TOOL]
- kubernetes.io: Alpha in Kubernetes v1.22: API Server Tracing [COMMUNITY-TOOL]
- evancordell.com: 16 things you didn't know about Kube APIs and CRDs [COMMUNITY-TOOL]
- martinheinz.dev: Could Kubernetes Pods Ever Become Deprecated? 🌟 [COMMUNITY-TOOL]
- trstringer.com: Discover Kubernetes API Calls from kubectl [COMMUNITY-TOOL]
- iximiuz.com: Working with Kubernetes API - Resources, Kinds, and Objects [COMMUNITY-TOOL]
- iximiuz.com: How To Call Kubernetes API using Simple HTTP Client 🌟🌟🌟 [COMMUNITY-TOOL]
- iximiuz.com: Working with Kubernetes API [COMMUNITY-TOOL]
- iximiuz.com: How To Extend Kubernetes API - Kubernetes vs. Django [COMMUNITY-TOOL]
- dev.to: The Kubernetes API architecture | Daniele Polencic 🌟 [COMMUNITY-TOOL]
- medium.com/cp-massive-programming: Kubernetes API Server Discovery [COMMUNITY-TOOL]
- itnext.io: Working with the kubernetes API | Daniele Polencic 🌟 [COMMUNITY-TOOL]
- medium.com/linux-shots: Find Deprecated API Resources used in a Kubernetes' Cluster [COMMUNITY-TOOL]
- blog.jimmyray.io: Discover K8s Through Its APIs [COMMUNITY-TOOL]
- thenewstack.io: Extending Kubernetes Services with Multi-Cluster Services' API [COMMUNITY-TOOL]
- kubernetes.io: Introducing ClusterClass and Managed Topologies in Cluster' API [COMMUNITY-TOOL]
- medium: How to Perform Health checks in Kubernetes (K8s) [COMMUNITY-TOOL]
- Liveness and Readiness Probes for Kubernetes in Phoenix application [COMMUNITY-TOOL]
- Kubernetes Liveness and Readiness Probes [COMMUNITY-TOOL]
- andrewlock.net: Deploying ASP.NET Core applications to Kubernetes - Part' 6 - Adding health checks with Liveness, Readiness, and Startup probes [COMMUNITY-TOOL]
- itnext.io: Kubernetes Probes: Startup, Liveness, Readiness [COMMUNITY-TOOL]
- itnext.io: Kubernetes Readiness Probes — Examples & Common Pitfalls [COMMUNITY-TOOL]
- youtube: Kubernetes 101: Get Better Uptime with K8s Health Checks [COMMUNITY-TOOL]
- returngis.net: Pruebas de vida de nuestros contenedores en Kubernetes [COMMUNITY-TOOL]
- komodor.com: Kubernetes Liveness Probes: A Practical Guide [COMMUNITY-TOOL]
- martinheinz.dev: Improving Application Availability with Pod Readiness Gates [COMMUNITY-TOOL]
- thenewstack.io: Kubernetes Health Checks Using Probes [COMMUNITY-TOOL]
- faun.pub: Straight to the Point: Kubernetes Probes [COMMUNITY-TOOL]
- guyzsarun.medium.com: Kubernetes Liveness, Readiness Probe Explained [COMMUNITY-TOOL]
- hmh.engineering: Dive into Kubernetes Healthchecks (part 1) 🌟 [COMMUNITY-TOOL]
- hmh.engineering: Dive into Kubernetes Healthchecks (part 2) [COMMUNITY-TOOL]
- medium.com/devops-mojo: Kubernetes — Probes (Liveness, Readiness, and Startup)' Overview [COMMUNITY-TOOL]
- doordash.engineering: How to Handle Kubernetes Health Checks [COMMUNITY-TOOL]
- thenewstack.io: Kubernetes Probes (and Why They Matter for Autoscaling)' 🌟 [COMMUNITY-TOOL]
- faun.pub: Kubernetes Liveness Probes [COMMUNITY-TOOL]
- dev.to: Configure Kubernetes Readiness and Liveness Probes - Tutorial |' Pavan Belagatti 🌟 [COMMUNITY-TOOL]
- dnastacio.medium.com: The Art and Science of Probing a Kubernetes Container [COMMUNITY-TOOL]
- medium.com/@eumaho: Setting up readiness and liveness health-check probes' in Kubernetes with SpringBoot 🌟 [COMMUNITY-TOOL]
- kamsjec.medium.com: liveness and readiness probes… [COMMUNITY-TOOL]
- dev.to/otomato_io: Liveness Probes: Feel the Pulse of the App [COMMUNITY-TOOL]
- cloudtechtwitter.com: Kubernetes Quality of Service (QoS) class [COMMUNITY-TOOL]
- itnext.io: Kubernetes Resource Management in Production [COMMUNITY-TOOL]
- medium: Ultimate Kubernetes Resource Planning Guide [COMMUNITY-TOOL]
- magalix.com: Capacity Planning [COMMUNITY-TOOL]
- kubernetes.io Policy Limit Ranges [COMMUNITY-TOOL]
- dev.to/aurelievache: Understanding Kubernetes: part 22 – LimitRange [COMMUNITY-TOOL]
- dzone: Dive Deep Into Resource Requests and Limits in Kubernetes [COMMUNITY-TOOL]
- medium: Understanding resource limits in kubernetes: cpu time [COMMUNITY-TOOL]
- john-tucker.medium.com: Kubernetes CPU Resource Requests at Runtime [COMMUNITY-TOOL]
- faun.pub: Practical example of how to set requests and limits on Kubernetes [COMMUNITY-TOOL]
- home.robusta.dev: For the love of god, stop using CPU limits on Kubernetes' 🌟🌟 [COMMUNITY-TOOL]
- netdata.cloud: Kubernetes Throttling Doesn’t Have To Suck. Let Us Help!' 🌟🌟 [COMMUNITY-TOOL]
- dnastacio.medium.com: Why you should keep using CPU limits on Kubernetes' 🌟🌟 [COMMUNITY-TOOL]
- komodor.com: Kubernetes CPU Limits and Throttling [COMMUNITY-TOOL]
- medium.com/omio-engineering: CPU limits and aggressive throttling in Kubernetes [COMMUNITY-TOOL]
- hackernoon.com: Kubernetes Resource Quotas [COMMUNITY-TOOL]
- home.robusta.dev: You can't have both high utilization and high reliability' 🌟 [COMMUNITY-TOOL]
- dev.to: Kubernetes Capacity and Resource Management: It's Not What You' Think It Is 🌟 [COMMUNITY-TOOL]
- itnext.io: Memory Request + Limit in Kubernetes | Daniele Polencic 🌟🌟 [COMMUNITY-TOOL]
- itnext.io: CPU Request + Limit in Kubernetes | Daniele Polencic 🌟🌟 [COMMUNITY-TOOL]
- dev.to/pavanbelagatti: Learn How to Set Kubernetes Resource Requests and' Limits [COMMUNITY-TOOL]
- iceburn.medium.com: Kubernetes Resource Requests and Resource Limits [COMMUNITY-TOOL]
- home.robusta.dev: When is a CPU not a CPU? Benchmark of Kubernetes Providers' and Node Efficiency 🌟🌟 [COMMUNITY-TOOL]
- piotrminkowski.com: Resize CPU Limit To Speed Up Java Startup on Kubernetes [COMMUNITY-TOOL]
- medium.com/@mark.andreev: How to configure Kubernetes memory limits for' Java application [COMMUNITY-TOOL]
- medium.com/pipedrive-engineering: How we choked our Kubernetes NodeJS services [COMMUNITY-TOOL]
- medium.com/@eliran89c: For the love of god, learn when to use CPU limits' on Kubernetes [COMMUNITY-TOOL]
- wbhegedus.me: Demystifying Kubernetes CPU Limits (and Throttling) [COMMUNITY-TOOL]
- medium.com/@jettycloud: Making Sense of Kubernetes CPU Requests And Limits [COMMUNITY-TOOL]
- dev.to: Impacts Of Not Setting Requests, Limits, and Quotas | Michael Levan [COMMUNITY-TOOL]
- faun.pub: Kubernetes Chronicles:(K8s#04)|K8s Series | POD Resource Request' & Limits [COMMUNITY-TOOL]
- hwchiu.medium.com: Why does my 2vCPU application run faster in a VM than' in a container? 🌟🌟 [COMMUNITY-TOOL]
- ardanlabs.com: Kubernetes CPU Limits and Go [COMMUNITY-TOOL]
- medium.com/nordnet-tech: Unlocking Kubernetes Performance with no CPU Resource' Limits [COMMUNITY-TOOL]
- medium.com/@danielepolencic: Challenge 16: Throttled 🌟 [COMMUNITY-TOOL]
- medium.com/@frommeyerc: Containers and the JVM: About CFS and how to deal' with it [COMMUNITY-TOOL]
- lalatron.hashnode.dev: When Kubernetes and Go don't work well together' 🌟 [COMMUNITY-TOOL]
- foxutech.com: Kubernetes Namespace Resource Quota and Limits 🌟 [COMMUNITY-TOOL]
- medium.com/directeam: Kubernetes resources under the hood — Part 1 🌟 [COMMUNITY-TOOL]
- stormforge.io: Automated Kubernetes resource management for platform engineering' teams to continuously rightsize workloads with HPA compatibility [COMMUNITY-TOOL]
- medium.com/@mathieuces: How to calculate CPU for containers in k8s dynamically' ? 🌟 [COMMUNITY-TOOL]
- opensource.com: How the Kubernetes scheduler works [COMMUNITY-TOOL]
- medium.com: The Kubernetes Scheduler: this series aims to advance the understanding' of Kubernetes and its underlying concepts [COMMUNITY-TOOL]
- All you need to know to get started with the Kube Scheduler [COMMUNITY-TOOL]
- medium: K8S - Creating a kube-scheduler plugin [COMMUNITY-TOOL]
- faun.pub: Multiple Schedulers in Kubernetes [COMMUNITY-TOOL]
- community.ops.io: Pod rebalancing and allocations in Kubernetes 🌟 [COMMUNITY-TOOL]
- faun.pub: How to utilize priorities in Kubernetes? [COMMUNITY-TOOL]
- towardsdatascience.com: Maximizing the Utility of Scarce AI Resources: A' Kubernetes Approach [COMMUNITY-TOOL]
- medium: Getting Started with Kubernetes etcd [COMMUNITY-TOOL]
- medium: ETCD - the Easy Way | Vaibhav Rajput [COMMUNITY-TOOL]
- kubernetes.io: Operating etcd clusters for Kubernetes [COMMUNITY-TOOL]
- dev.to: A Detailed Brief About Offence and Defence on Cloud Security - Etcd' Risks [COMMUNITY-TOOL]
- bsucaciu.com: What is a Sidecar? [COMMUNITY-TOOL]
- medium: Kubernetes — Learn Sidecar Container Pattern [COMMUNITY-TOOL]
- ithands-on.com: Kubernetes 101 : Extending the container's functionalities' - Sidecar containers [COMMUNITY-TOOL]
- atul-agrawal.medium.com: Library vs Service vs Sidecar [COMMUNITY-TOOL]
- banzaicloud.com: Sidecar container lifecycle changes in Kubernetes 1.18' 🌟 [COMMUNITY-TOOL]
- medium: Delaying application start until sidecar is ready [COMMUNITY-TOOL]
- pauldally.medium.com: Kubernetes – An Introduction to Sidecars [COMMUNITY-TOOL]
- thenewstack.io: Sidecars are Changing the Kubernetes Load-Testing Landscape [COMMUNITY-TOOL]
- saurabhdashora.hashnode.dev: Implementing Sidecar Design Pattern with Kubernetes' Pod [COMMUNITY-TOOL]
- dev.to/fermyon: Scaling Sidecars to Zero in Kubernetes [COMMUNITY-TOOL]
- kubernetes.io: Annotating Kubernetes Services for Humans [COMMUNITY-TOOL]
- diegolnasc/kubernetes-best-practices 🌟 ⭐ 1498 [COMMUNITY-TOOL]
- blog.pipetail.io: 10 most common mistakes using kubernetes [COMMUNITY-TOOL]
- techradar.com: Three tips to implement Kubernetes with open standards [COMMUNITY-TOOL]
- medium: Kubernetes Tip: How Does OOMKilled Work? [COMMUNITY-TOOL]
- stackpulse.com: Kubernetes and SRE: 5 Best Practices for K8s Reliability' in Production [COMMUNITY-TOOL]
- fairwinds.com: Never Should You Ever In Kubernetes: #1 Do K8S The Hard Way [COMMUNITY-TOOL]
- fairwinds.com: Never Should You Ever In Kubernetes Part 2: Kubernetes Security' Mistakes [COMMUNITY-TOOL]
- fairwinds.com: Never Should You Ever In Kubernetes Part 3: 6 K8s Reliability' Mistakes [COMMUNITY-TOOL]
- fairwinds.com: Never Should You Ever In Kubernetes Part 4: Three K8s Efficiency' Mistakes [COMMUNITY-TOOL]
- stackpulse.com: Challenges of Running Services With K8s Reliably [COMMUNITY-TOOL]
- fairwinds.com: An Intro to Kubernetes Best Practices: Start Your K8s Right [COMMUNITY-TOOL]
- itnext.io: Lifecycle of Kubernetes Network Policies and Best Practices [COMMUNITY-TOOL]
- github.com/PacktPublishing: Kubernetes in Production Best Practices ⭐ 96 [COMMUNITY-TOOL]
- thenewstack.io: 5 Best Practices for Configuring Kubernetes Pods Running' in Production [COMMUNITY-TOOL]
- freecodecamp.org: How to Make Your Enterprise Kubernetes Environment Secure,' Efficient, and Reliable [COMMUNITY-TOOL]
- geekflare.com: Diez mejores prácticas de Kubernetes para una mejor orquestación' de contenedores [COMMUNITY-TOOL]
- dev.to: Prevent Configuration Errors in Kubernetes [COMMUNITY-TOOL]
- komodor.com: Four Best Practices to Migrate to Kubernetes (Part 1) [COMMUNITY-TOOL]
- bridgecrew.io: 5 common Kubernetes misconfigs and how to fix them [COMMUNITY-TOOL]
- snapt.net: Best Practices for Load Balancing Kubernetes Containers [COMMUNITY-TOOL]
- vladimir.varank.in: Making sense of requests for CPU resources in Kubernetes' 🌟 [COMMUNITY-TOOL]
- martinheinz.dev: Keeping Kubernetes Clusters Clean and Tidy 🌟 [COMMUNITY-TOOL]
- youtube: Common Kubernetes Mistakes - CPU and Memory Requests (part 1) |' Robusta [COMMUNITY-TOOL]
- medium.com/mycloudseries: Must-haves for your Kubernetes Cluster to be Production' Ready [COMMUNITY-TOOL]
- blog.runx.dev: 5 Common Kubernetes Mistakes and how to avoid them [COMMUNITY-TOOL]
- hackernoon.com: Kubernetes Cluster Must-Haves To Be Production Ready [COMMUNITY-TOOL]
- cncf.io: Kubernetes best practice: How to (correctly) set resource requests' and limits [COMMUNITY-TOOL]
- medium.com/@krishnendupatra: Best practices to achieve Zero downtime on' Kubernetes deployments [COMMUNITY-TOOL]
- levelup.gitconnected.com: How to guess the right size for your Kubernetes' Pods? [COMMUNITY-TOOL]
- itnext.io: Integrating Compliance for Kubernetes Pipeline [COMMUNITY-TOOL]
- medium.com/saas-infra: Stabilize Kubernetes MicroServices — The Right Resources' Settings [COMMUNITY-TOOL]
- techbeacon.com: 5 Best Practices for Deploying Kubernetes [COMMUNITY-TOOL]
- medium.com/application-driven-infrastructure: Best Practices for Understanding' Kubernetes Costs [COMMUNITY-TOOL]
- collabnix.com: 10 Kubernetes Best Practices to Get You Started [COMMUNITY-TOOL]
- armosec.io: How to avoid Kubernetes misconfigurations [COMMUNITY-TOOL]
- thenewstack.io: Does Kubernetes Really Perform Better on Bare Metal vs.' VMs? 🌟 [COMMUNITY-TOOL]
- dzone.com: Optimizing Kubernetes Clusters for Better Efficiency and Cost' Savings 🌟 [COMMUNITY-TOOL]
- thenewstack.io: Kubernetes: Use PodDisruptionBudgets for Application Maintenance' and Upgrades [COMMUNITY-TOOL]
- medium.com/@visweswara: Pod Disruption Budget — Budget that can save you' One day [COMMUNITY-TOOL]
- saahitya.hashnode.dev: Pod Disruption Budget(Pdb) [COMMUNITY-TOOL]
- cncf.io: 5 Problems with Kubernetes Cost Estimation Strategies [COMMUNITY-TOOL]
- thenewstack.io: 5 Essential Tips to Manage Kubernetes Costs [COMMUNITY-TOOL]
- opensource.com: 3 ways Kubernetes optimizes your IT budget [COMMUNITY-TOOL]
- thenewstack.io: 5 Expensive Kubernetes Cost Traps and How to Deal with Them [COMMUNITY-TOOL]
- ubuntu.com: Kubernetes Fully Managed – half the cost of AWS [COMMUNITY-TOOL]
- dev.to: Kubernetes Cost Management and Analysis Guide 🌟 [COMMUNITY-TOOL]
- hackernoon.com: Reducing Kubernetes Costs [COMMUNITY-TOOL]
- medium.com/streamotion-tech-blog: Visualising the Cost of Kubernetes [COMMUNITY-TOOL]
- Kubecost 🌟 [COMMUNITY-TOOL]
- How to track costs in multi-tenant Amazon EKS clusters using Kubecost [COMMUNITY-TOOL]
- infracloud.io: Kubernetes Cost Reporting using Kubecost [COMMUNITY-TOOL]
- kubectl-cost ⭐ 1041 [COMMUNITY-TOOL]
- blog.kubecost.com: AKS Cost Monitoring and Governance With Kubecost [COMMUNITY-TOOL]
- thenewstack.io: KubeCost: Monitor Kubernetes Costs with kubectl [COMMUNITY-TOOL]
- rtfm.co.ua: Kubernetes: Cluster Cost Monitoring – Kubernetes Resource Report' and Kubecost [COMMUNITY-TOOL]
- medium.com/@randhirthakur076: Optimizing Kubernetes Cost Management: A Deep' Dive into Kubecost [COMMUNITY-TOOL]
- itnext.io: Architecting Kubernetes clusters — choosing a worker node size [COMMUNITY-TOOL]
- itnext.io: Architecting Kubernetes clusters — choosing a cluster size [COMMUNITY-TOOL]
- docs.google.com - learnk8s.io: Research on the trade offs when choosing' an instance type for a kubernetes cluster [COMMUNITY-TOOL]
- medium: Deploying Kubernetes — Deciding the size of your nodes [COMMUNITY-TOOL]
- dzone refcard: Kubernetes Multi-Cluster Management and Governance [COMMUNITY-TOOL]
- thenewstack.io: A Deep Dive into Architecting a Kubernetes Infrastructure [COMMUNITY-TOOL]
- thenewstack.io: Manage Multicluster Kubernetes with Operators [COMMUNITY-TOOL]
- kubernetes.io: Out of the Clouds onto the Ground: How to Make Kubernetes' Production Grade Anywhere [COMMUNITY-TOOL]
- cncf.io: Simplifying multi-clusters in Kubernetes [COMMUNITY-TOOL]
- platform9.com: Difference Between multi-cluster, multi-master, multi-tenant' & federated Kubernetes [COMMUNITY-TOOL]
- thenewstack.io: 4 ways to run kubernetes in production [COMMUNITY-TOOL]
- medium: Individual Kubernetes Clusters vs. Shared Kubernetes Clusters for' Development [COMMUNITY-TOOL]
- platform9.com: Kubernetes Cluster Sizing – How Large Should a Kubernetes' Cluster Be? [COMMUNITY-TOOL]
- itnext.io: Do You Need Multi-Clusters? 🌟 [COMMUNITY-TOOL]
- itnext.io: 3 Reasons to Choose a Wide Cluster over Multi-Cluster with Kubernetes [COMMUNITY-TOOL]
- Custom Resources [COMMUNITY-TOOL]
- itnext.io: CRD is just a table in Kubernetes [COMMUNITY-TOOL]
- github.com/datreeio/CRDs-catalog: CRDs Catalog ⭐ 823 [COMMUNITY-TOOL]
- dev.to: Creating a Custom Resource Definition In Kubernetes | Michael' Levan [COMMUNITY-TOOL]
- Krew [COMMUNITY-TOOL]
- itnext.io: Extending Kubernetes Cluster; Kubectl Plugins and Krew [COMMUNITY-TOOL]
- darumatic.com: Improve Kubectl Command with Krew [COMMUNITY-TOOL]
- awstip.com: Essential plugins for Kubectl CLI [COMMUNITY-TOOL]
- github.com/jordanwilson230: kubectl-plugins ⭐ 637 [COMMUNITY-TOOL]
- openkruise.io [COMMUNITY-TOOL]
- OpenKruise/Kruise ⭐ 5248 [ENTERPRISE-STABLE]
- thenewstack.io: Introducing CloneSet: A Production-Grade Kubernetes Deployment' CRD [COMMUNITY-TOOL]
- Community Forums 🌟 [COMMUNITY-TOOL]
- SIG Apps: build apps for and operate them in Kubernetes [COMMUNITY-TOOL]
- Kubernetes SIGs [COMMUNITY-TOOL]
- external-dns ⭐ 8961 [ENTERPRISE-STABLE]
- Kubernetes-Secrets-Store-CSI-Driver: Secrets Store CSI driver for Kubernetes' secrets ⭐ 1530 [COMMUNITY-TOOL]
- kustomize ⭐ 12051 [ENTERPRISE-STABLE]
- Available kubectl plugins ⭐ 690 [COMMUNITY-TOOL]
- Awesome Kubectl plugins ⭐ 1008 [COMMUNITY-TOOL]
- Extend kubectl with plugins [COMMUNITY-TOOL]
- youtube: Welcome to the world of kubectl plugins [COMMUNITY-TOOL]
- kubectl-trace ⭐ 2179 [COMMUNITY-TOOL]
- pixelstech.net: Build a Kubectl Plugin from Scratch [COMMUNITY-TOOL]
- martinheinz.dev: Making Kubernetes Operations Easy with kubectl Plugins [COMMUNITY-TOOL]
- medium: Cool Kubernetes command line plugins [COMMUNITY-TOOL]
- github.com/sigstore: k8s-manifest-sigstore ⭐ 87 [COMMUNITY-TOOL]
- kubespy ⭐ 140 [COMMUNITY-TOOL]
- faun.pub: Spying on Kubernetes Pods with kubespy [COMMUNITY-TOOL]
- itnext.io: 6 kubectl plugins you must try [COMMUNITY-TOOL]
- davidB/kubectl-view-allocations ⭐ 794 [COMMUNITY-TOOL]
- Ramilito/kubesess ⭐ 284 [COMMUNITY-TOOL]
- tonylixu.medium.com: Kubectl — Plugins Operation [COMMUNITY-TOOL]
- kubectl netshoot ⭐ 205 [COMMUNITY-TOOL]
- medium.com/@jerome_tarte: Extend your toolset with Kubectl plugin [COMMUNITY-TOOL]
- Accelerated Feedback Loops when Developing for Kubernetes with Conftest [COMMUNITY-TOOL]
- open-policy-agent/conftest ⭐ 3172 [ENTERPRISE-STABLE]
- k8s-worker-pod-autoscaler ⭐ 161 [COMMUNITY-TOOL]
- kconnect - The Kubernetes Connection Manager CLI ⭐ 241 [COMMUNITY-TOOL]
- konstraint ⭐ 392 [COMMUNITY-TOOL]
- Draino ⭐ 683 [COMMUNITY-TOOL]
- github.com/k8spatterns/examples ⭐ 1073 [COMMUNITY-TOOL]
- kubernetes.io: container design patterns [COMMUNITY-TOOL]
- magalix.com: Kubernetes Patterns - The Service Discovery Pattern [COMMUNITY-TOOL]
- developers.redhat.com: Top 10 must-know Kubernetes design patterns [COMMUNITY-TOOL]
- medium: 10 Anti-Patterns for Kubernetes Deployments [COMMUNITY-TOOL]
- learncloudnative.com: Sidecar Container Pattern [COMMUNITY-TOOL]
- iximiuz.com: Service discovery in Kubernetes - combining the best of two' worlds [COMMUNITY-TOOL]
- github.com/sharadbhat/KubernetesPatterns: YAML and Golang implementations' of common Kubernetes patterns ⭐ 72 [COMMUNITY-TOOL]
- developers.redhat.com: Kubernetes configuration patterns, Part 1: Patterns' for Kubernetes primitives [COMMUNITY-TOOL]
- dev.to: Kubernetes Deployment Antipatterns – part 1 [COMMUNITY-TOOL]
- ishantgaurav.in: Kubernetes – Sidecar Container Pattern [COMMUNITY-TOOL]
- betterprogramming.pub: 10 Anti-Patterns for Kubernetes Deployments [COMMUNITY-TOOL]
- medium: Kubernetes — Learn Init Container Pattern [COMMUNITY-TOOL]
- weave.works: Tools for Automating and Implementing Cloud Native Patterns [COMMUNITY-TOOL]
- dzone: Microservices Patterns: Sidecar [COMMUNITY-TOOL]
- dzone: Multi-Container Pod Design Patterns in Kubernetes [COMMUNITY-TOOL]
- linkedin.com/pulse: Avoid These Kubernetes Anti-Patterns | Pavan Belagatti [COMMUNITY-TOOL]
- medium.com/@ehsan-khodadadi: Patterns and anti-patterns for a reliable Kubernetes' infra deployment [COMMUNITY-TOOL]
- Kubernetes Scheduling [COMMUNITY-TOOL]
- Scheduling Profiles [COMMUNITY-TOOL]
- granulate.io: A Deep Dive into Kubernetes Scheduling [COMMUNITY-TOOL]
- blog.kubecost.com: Kubernetes node affinity: examples & instructions [COMMUNITY-TOOL]
- medium.com/dlt-labs-publication: Kubernetes: Understanding Pod Affinity,' Taint & Toleration [COMMUNITY-TOOL]
- medium.com/@pbijjala: reCap: Elasticity in Kubernetes/GKE 🌟🌟 [COMMUNITY-TOOL]
- 4sysops.com: Node selector and node affinity in Kubernetes [COMMUNITY-TOOL]
- Introducing PodTopologySpread plugin [COMMUNITY-TOOL]
- cdk8s.io [COMMUNITY-TOOL]
- AWS: Introducing CDK for Kubernetes [COMMUNITY-TOOL]
- jsonnet data templating language ⭐ 7517 [ENTERPRISE-STABLE]
- Virtual Clusters for Kubernetes — Benefits and Use Cases [COMMUNITY-TOOL]
- loft-sh.medium.com: How Virtual Kubernetes Clusters Can Speed Up Your Local' Development [COMMUNITY-TOOL]
- aquasec.com: Kubernetes Federation: The Basics and a 5-Step Tutorial [COMMUNITY-TOOL]
- medium.com/expedia-group-tech: Manage multi-cluster Kubernetes infrastructure' with Kubefed v2 [COMMUNITY-TOOL]
- engineering.monday.com: monday.com’s Multi-Regional Architecture: A Deep' Dive [COMMUNITY-TOOL]
- kubernetes.io: Kubernetes-in-Kubernetes and the WEDOS PXE bootable server' farm [COMMUNITY-TOOL]
- Kubernetes Scripts [COMMUNITY-TOOL]
- Get applied and effective apiVersion from Kubernetes objects [COMMUNITY-TOOL]
- itnext.io: Automating System Updates for Kubernetes Clusters using Ansible [COMMUNITY-TOOL]
- Ansible for devops: Kubernetes ⭐ 9761 [ENTERPRISE-STABLE]
- itnext.io: Embracing failures and cutting infrastructure costs: Spot instances' in Kubernetes [COMMUNITY-TOOL]
- cynet.com: Incident Report Plan (IRP) [COMMUNITY-TOOL]
- kubermatic.com: A Framework for Kubernetes Incident Response [COMMUNITY-TOOL]
- medium.com/@cloud_tips: Kubernetes Incident Response [COMMUNITY-TOOL]
- cncf.io: Certified Kubernetes Application Developer (CKAD) [COMMUNITY-TOOL]
- CKAD-Bookmarks ⭐ 294 [COMMUNITY-TOOL]
- itnext.io: Tips & Tricks for CKA, CKAD and CKS exams [COMMUNITY-TOOL]
- bmuschko/ckad-crash-course: Certified Kubernetes Application Developer (CKAD)' Crash Course [COMMUNITY-TOOL]
- jamesbuckett/ckad-questions ⭐ 207 [COMMUNITY-TOOL]
- reddit.com/r/kubernetes: CKAD - free materials [COMMUNITY-TOOL]
- CKAD Example Question with Tips & Tricks [COMMUNITY-TOOL]
- bmuschko/ckad-prep [COMMUNITY-TOOL]
- blog.jcprz.com: My tips to pass the CKA exam and what’s next [COMMUNITY-TOOL]
- medium.com/@vamshisuram: How to crack CKAD exam (part — 2) [COMMUNITY-TOOL]
- blog.devgenius.io: Passing the 2023 Certified Kubernetes Administrator (CKA)' Exam [COMMUNITY-TOOL]
- Do Kubernetes Certs Prepare You For Real-World Production? [COMMUNITY-TOOL]
- mattias.engineer/courses/kubernetes: Certified Kubernetes Application' Developer (CKAD) [COMMUNITY-TOOL]
- cloudnativeengineer.substack.com: Prepare for your Certified Kubernetes' Administrator exam [COMMUNITY-TOOL]
- developers.redhat.com: Kubernetes Operators [COMMUNITY-TOOL]
- Kubernetes 101 [COMMUNITY-TOOL]
- ubuntuask.com: Best New Kubernetes Books [COMMUNITY-TOOL]
- k8spatterns.io: Free Kubernetes Patterns e-book [COMMUNITY-TOOL]
- magalix.com: Free Kubernetes Application Architecture Patterns eBook [COMMUNITY-TOOL]
- Kubernetes essentials E-book [COMMUNITY-TOOL]
- Container Security [COMMUNITY-TOOL]
- digitalocean.com: From Containers to Kubernetes with Node.js eBook [COMMUNITY-TOOL]
- Kubernetes for developers [COMMUNITY-TOOL]
- Kubernetes for the Absolute Beginners [COMMUNITY-TOOL]
- Kubernetes: Getting Started (Free) [COMMUNITY-TOOL]
- Kubernetes Tutorial: Learn the Basics [COMMUNITY-TOOL]
- Complete Kubernetes Course [COMMUNITY-TOOL]
- javarevisited.blogspot.com: Top 5 courses to Learn Docker and Kubernetes' in 2020 - Best of Lot [COMMUNITY-TOOL]
- medium.com: Top 15 Online Courses to Learn Docker, Kubernetes, and AWS for' Fullstack Developers and DevOps Engineers [COMMUNITY-TOOL]
- en.wikipedia.org: Payment Card Industry Data Security Standard [COMMUNITY-TOOL]
- container-security.site: PCI Container Orchestration Guidance for Kubernetes [COMMUNITY-TOOL]
- kubernetes.slack.com [COMMUNITY-TOOL]
- thenewstack.io: Kubernetes and the Next Generation of PaaS [COMMUNITY-TOOL]
AI and Intelligent Tooling
Agentic Systems
CLI Tools
- Google Agents CLI ⭐ 2528 [ADVANCED LEVEL] [ENTERPRISE-STABLE] — An official command-line tool from Google designed to build, debug, and deploy agentic AI workflows. It leverages the Model Context Protocol (MCP) and Google LLM APIs to facilitate automated task execution across local filesystems and remote cloud APIs. Live grounding highlights its role in the standard dev toolchain for orchestrating autonomous workflows.
Agentic Engineering
Agentic Frameworks
Skills Integration
- Level Up Your Agents: Announcing Google's Official Skills Repository [ADVANCED LEVEL] [COMMUNITY-TOOL] — Curator Insight: Google's official skills repository and toolkit for modular agentic development. Live Grounding: Delivers pre-integrated capabilities and action templates allowing Enterprise Gemini Agents to dynamically execute API operations, retrieve structured data, and handle multi-step workflows.
Application Delivery and GitOps
Package Management
Helm
- helm.sh [DOCUMENTATION] [DE FACTO STANDARD] — The main landing site for Helm, containing foundational documentation, API schemas, and architecture overviews. The ultimate hub for engineers developing or consuming Kubernetes chart templates.
Architecture
Microservices
Distributed Application Runtime
- dapr.io [ADVANCED LEVEL] [DE FACTO STANDARD] — Curator Insight presents Dapr as a portable, event-driven runtime that simplifies building resilient, distributed microservices. Live Grounding highlights its widespread enterprise adoption as a CNCF incubated project, offering sidecar APIs for state management, pub/sub, and service invocation across any cloud.
Cloud Infrastructure
GPU Compute
Model Deployment
- How to run Deepseek R1 LLMs on GPU Droplets [COMMUNITY-TOOL] [GUIDE] — Tactical walkthrough showing how to provision DigitalOcean GPU Droplets to serve DeepSeek-R1. Configures vLLM runtimes, registers systemd units, and establishes benchmarking paradigms to maximize inference performance on cost-effective infrastructure.
Service Mesh
Istio Mesh
- Istio.io [EN CONTENT] [ADVANCED LEVEL] [DE FACTO STANDARD] — The premier open-source service mesh providing advanced traffic management, end-to-end security, and granular observability. Uses Envoy proxies (via sidecars or Ambient mode) to secure and manage microservice fabrics.
Cloud Native
Kubernetes (1)
Fleet Management
- (2025) Limitless Kubernetes Scaling for AI and Data-intensive Workloads: The AKS Fleet Strategy [ADVANCED LEVEL] [COMMUNITY-TOOL] — Deep dives into Azure Kubernetes Service (AKS) Fleet Manager strategies to run multi-cluster AI workloads. Outlines global routing, high-density scheduling optimizations, and cross-cluster resource synchronization required for distributed training.
Cloud Native Architecture
Orchestration
Kubernetes Pod Lifecycle
- K8s prevent queue worker Pod from being killed during deployment [ADVANCED LEVEL] [ENTERPRISE-STABLE] [GUIDE] — Provides concrete technical implementation strategies to prevent abrupt termination of active queue worker Pods during rolling Kubernetes updates. It details the effective utilization of
preStophooks and graceful shutdown signals within Pod specifications. It ensures zero-loss processing of long-running asynchronous messages.
Cloud-Native Infrastructure
GitOps and Declarative Delivery
Argo Project Ecosystem
- ArgoCon North America 2026 Call for Proposals [ADVANCED LEVEL] [EMERGING] — Curator Insight: Direct portal to community sessions, submissions, and emerging patterns for the Argo GitOps suite in 2026. Live Grounding: Acts as the primary standard gathering point for Kubernetes GitOps continuous delivery. Keeps teams abreast of cutting-edge development paths in orchestration.
Cluster Operations
GUI Clients
- Kubeterm: Graphical Management Tool for Kubernetes ⭐ 208 [EN CONTENT] [COMMUNITY-TOOL] — An open-source desktop client designed for administrative and monitoring interactions within Kubernetes clusters. Employs graphical representations of active resources to lower cognitive load during deep-dive debugging of deployments, services, and namespace configurations.
Data Formats
JSON
Templating and Generation
- Jsonnet [ADVANCED LEVEL] [ENTERPRISE-STABLE] — A declarative, data-templating syntax extending JSON with functions, variables, and inheritance structures. It empowers systems engineers to programmatic compile, clean, and deduplicate deeply nested server specifications.
Developer Tools
AI Coding Assistants
Agentic Workflows
- Development Environments for Cloud Agents [ADVANCED LEVEL] [COMMUNITY-TOOL] — Analyzes the infrastructure required to run high-autonomy AI coding agents. Discusses secure sandboxing, runtime requirements, and interactive execution environments designed to bridge LLMs with real-world system runtimes safely.
Infrastructure
Containerization
Kernel Internals
- Controlling Process Resources with Linux Control Groups (cgroups) [ADVANCED LEVEL] [ENTERPRISE-STABLE] [GUIDE] — A deep, interactive laboratory walk-through demonstrating how Linux Control Groups (cgroups) throttle and isolate system resources. Crucial baseline knowledge for understanding container limits in Kubernetes.
Networking
Ingress
Azure AGC
Istio Integration
- Application Gateway for Containers: Istio Integration [ADVANCED LEVEL] [ENTERPRISE-STABLE] — A modern engineering analysis detailing the integration of Azure Application Gateway for Containers (AGC) with an internal Istio service mesh topology. Focuses on seamless north-south traffic routing and end-to-end TLS bridging configurations inside Azure cloud architectures.
Observability
Monitoring Stack
Prometheus Operator
Kube-Prometheus
- kube-prometheus ⭐ 7651 [ADVANCED LEVEL] [DE FACTO STANDARD] [ENTERPRISE-STABLE] — The official codebase for kube-prometheus. This repository offers a pre-configured telemetry stack that deploys the Prometheus Operator, Grafana dashboards, Alertmanager rules, and node collectors optimized for monitoring Kubernetes master components.
Platform Engineering
CI-CD Security
Azure DevOps
- Dependabot Version Updates in Azure DevOps [SPANISH CONTENT] [COMMUNITY-TOOL] — A practical guide explaining the installation and automated orchestration of Dependabot-style dependency scanning and automated PR version updates within Azure DevOps repositories. Written in Spanish. [SPANISH CONTENT]
Developer Tooling
CLI Utilities
- yq 🌟 [DE FACTO STANDARD] — Curator Insight presents yq as a lightweight, portable command-line YAML processor built in Go. Live Grounding verifies yq’s extensive support for evaluating paths, modifying values dynamically, and converting YAML to/from JSON or XML within CI/CD pipelines. A standard tool in any platform engineer's toolbox.
Infrastructure as Code
GitHub Actions Runners
AWS
- RunsOn: Self-hosted GitHub Actions Runners in AWS [ADVANCED LEVEL] [DE FACTO STANDARD] — A commercial-grade, highly efficient solution for hosting ephemeral, auto-scaled GitHub Actions runners directly on your AWS account. Delivers a significant reduction in GitHub Actions spend (up to 10x) using cheap EC2 spot instances, fast cache persistence, and seamless setup.
Security
Identity Management
Cloud Integration
- From Zero to Hero with Identity and Access Control in Azure Kubernetes Service [EN CONTENT] [ADVANCED LEVEL] [GUIDE] [ENTERPRISE-STABLE] [GUIDE] — Curator Insight: Architect blueprint for managing Microsoft Entra ID integration in Azure Kubernetes Service. Live Grounding: Walks through configuring fine-grained identity federation and replacing Kubernetes cluster roles with enterprise Azure AD mappings.
💡 Explore Related: Mkdocs | Cheatsheets | Git