- kubernetes/kubernetes - Production-Grade Container Scheduling and Management
- techiescamp/kubernetes-learning-path - roadmap to learn Kubernetes from scratch (Beginner to Advanced level)
- ramitsurana/awesome-kubernetes - A curated list for awesome kubernetes sources
- tomhuang12/awesome-k8s-resources - A curated list of awesome Kubernetes tools and resources.
- omerbsezer/Fast-Kubernetes - This repo covers Kubernetes with LABs: Kubectl, Pod, Deployment, Service, PV, PVC, Rollout, Multicontainer, Daemonset, Taint-Toleration, Job, Ingress, Kubeadm, Helm, etc.
- 30 Best Kubernetes Tutorials & Resources (Beginner to Advanced)
- kubectl Cheat Sheet
- kubectl for Docker Users
- kubectl-cheatsheet
- fhsinchy/kubernetes-handbook-projects - Project codes used in "The Kubernetes Handbook
- kelseyhightower/kubernetes-the-hard-way - Bootstrap Kubernetes the hard way on Google Cloud Platform. No scripts.
- Pradumnasaraf/DevOps - This repo contains all my learning related to DevOps
- Kubernetes By Example
- Series: Deploying ASP.NET Core applications to Kubernetes
- Kubernetes Tutorial for Beginners – Basic Concepts & Examples
- Kubernetes & Traefik 101— When Simplicity Matters
- Kubernetes on bare-metal in 10 minutes
- A Guide to the Kubernetes Networking Model
- Building Stateful Services with Kubernetes
- Kubernetes: Host Multi-Container ASP.NET Core app to Multiple Pods
- Managing ASP.NET Core app hosted on Kubernetes
- Deploy ASP.NET Core App on Kubernetes
- How to use Kubernetes Ingress on an ASP.NET Core app
- Kubernetes: Host Multi-Container ASP.NET Core app to Single Pod
- How to Build an ASP.NET Core C# Kubernetes Microservice Architecture with Angular on Local Docker Desktop using Ingress
- Deploying ASP.NET Core applications to Kubernetes - Part 1
- Deploying ASP.NET Core applications to Kubernetes - Part 2
- How to Add MySql & MongoDB to a Kubernetes .Net Core Microservice Architecture
- Building and publishing .NET Core Micro-services to Kubernetes using Azure DevOps
- Managing Applications in Kubernetes with the Carvel Kapp Controller
- Kubectl List and Switch Context
- Kubectl Config Set-Context | Tutorial and Best Practices
- A guide to swiftly managing your Kubernetes resources using K9s
- Writing .NET Application Services for Kubernetes
- Fluentd vs. Fluent Bit: Side by Side Comparison
- Modern Development Environments for Cloud Native Applications Using Gitpod and Okteto
- Tools for working with Kubernetes
- Using Canary Deployments in Kubernetes
- KIND and Load Balancing with MetalLB on Mac
- Local Kubernetes Development with Tilt
- Checking Kubernetes services status
- How to retry image pull in a kubernetes Pods?
- Deploy and Access the Kubernetes Dashboard
- Kubernetes NodePort vs LoadBalancer vs Ingress? When should I use what? ⭐
- How to Make the Most of Kubernetes Environment Variables
- Kubernetes equivalent of env-file in Docker
- Managing Secrets using Configuration File
- Define Dependent Environment Variables
- Define Environment Variables for a Container
- Understanding Kubernetes services & ingress networking ⭐
- Combining Ingress Controllers and External Load Balancers with Kubernetes
- Configure SSL certificate with cert-manager on Kubernetes
- Installing Cert manager with Helm
- SelfSigned Cert with Cert Manager
- Using a Network Load Balancer with the NGINX Ingress Controller on Amazon EKS ⭐
- What is a Kubernetes Ingress Controller, and How is it Different from a Kubernetes Ingress? ⭐
- Using NGINX or NGINX Plus as the Ingress Controller for Amazon Elastic Kubernetes Services
- ConfigMaps - Docs
- Configure a Pod to Use a ConfigMap - Docs ⭐⭐
- Secrets - Docs
- Distribute Credentials Securely Using Secrets - Docs ⭐⭐
- Hot-Reload .NET Configuration in Kubernetes with ConfigMaps ⭐
- Kubernetes–Override an appsettings.json file in an ASP.NET Core app through ConfigMaps
- Kubernetes - Reload your ASP.NET Core configuration when a configmap changes–DOTNET_USE_POLLING_FILE_WATCHER
- Managing Resources ⭐
- How to use environment variables in a Kubernetes manifest ⭐
- How to quickly replace environment variables in a file ⭐
- Using envsubst to Merge Environment Variables into Config Files
- Service ⭐
- Pods
- Ingress
- Deployments
- Annotations
- Labels and Selectors ⭐
- Field Selectors ⭐
- Recommended Labels ⭐
- Well-Known Labels, Annotations and Taints
- Using labels effectively
- Why K8s deployments need
matchLabels
keyword - The Guide to Kubernetes Labels ⭐
- Kubernetes Error Codes: Field Is Immutable
- Use Port Forwarding to Access Applications in a Cluster
- Configure Liveness, Readiness and Startup Probes ⭐
- Kubernetes–Override an appsettings.json file in an ASP.NET Core app through ConfigMaps
- Kubeconfig File Explained With Practical Examples
- The Ultimate Kubectl Command Line Cheat Sheet ⭐
- How to Use Kubectl Config Set-Context ⭐
- Configure Access to Multiple Clusters ⭐
- 3 questions to answer when considering a multi-cluster Kubernetes architecture ⭐
- Architecting Kubernetes clusters — how many should you have? ⭐
- Adding health checks with Liveness, Readiness, and Startup probes
- Kubernetes Tutorial for Beginners [FULL COURSE in 4 Hours]
- Complete Kubernetes Course - From BEGINNER to PRO
- Kubernetes Daemonsets explained | Tutorial | Kubernetes Guide
- Kubernetes Essentials Playlist - IBM Cloud
- Kubernetes 101 Playlist - Jeff Geerling
- 100DaysOfKubernetes Playlist- Anais Urlichs
- gRPC Load Balancing on Kubernetes - Jan Tattermusch, Google (Intermediate Skill Level)
- Detect Kubernetes misconfigurations before its too late | Introduction to Datree
- Kubernetes Liveness & Readiness Probes
- A Better Developer Experience With Gitpod & Okteto
- the ULTIMATE kubernetes management tools comparison!
- You MUST use these 6 Kubernetes Tools!!! (kubectx, kubens, kube-ps1, k9s, popeye, stern)
- 10 Must-Have Kubernetes Tools
- Kubernetes Services explained | ClusterIP vs NodePort vs LoadBalancer vs Headless Service
- Self-Hosting Your Homelab Services with SSL -- Let's Encrypt, MetalLB, Traefik, Rancher, Kubernetes
- How to deploy & use MetalLB in bare metal Kubernetes
- Configuration management in Kubernetes for beginners
- Credentials and Configs in Kubernetes Secrets and ConfigMaps
- Level-up Your DevOps with GitHub Actions and Kubernetes
- Kubernetes + OpenAI = K8sGPT, giving you AI superpowers!
- DNS for Services and Pods
- kubernetes/autoscaler - Autoscaling components for Kubernetes
- kubernetes-sigs/kubebuilder - SDK for building Kubernetes APIs using CRDs
- buehler/dotnet-operator-sdk - KubeOps is a kubernetes operator sdk in dotnet. Strongly inspired by kubebuilder.
- derailed/k9s - Kubernetes CLI To Manage Your Clusters In Style!
- lensapp/lens - Lens - The Kubernetes IDE
- kedacore/keda - KEDA is a Kubernetes-based Event Driven Autoscaling component. It provides event driven scale for any container running in Kubernetes
- kubeshop/testkube - Kubernetes-native framework for test definition and execution
- vmware-tanzu/carvel - Carvel provides a set of reliable, single-purpose, composable tools that aid in your application building, configuration, and deployment to Kubernetes. This repo contains information regarding the Carvel open-source community.
- FairwindsOps/Polaris - Validation of best practices in your Kubernetes clusters
- FairwindsOps/pluto - A cli tool to help discover deprecated apiVersions in Kubernetes
- ahmetb/kubectl-aliases - Programmatically generated handy kubectl aliases.
- GoogleContainerTools/skaffold - Easy and Repeatable Kubernetes Development
- hidetatz/kubecolor - colorizes kubectl output
- telepresenceio/telepresence - Local development against a remote Kubernetes or OpenShift cluster
- gefyrahq/gefyra - Blazingly-fast 🚀, rock-solid, local application development ➡️ with Kubernetes.
- hasura/gitkube - Build and deploy docker images to Kubernetes using git push
- Azure/draft - A day 0 tool for getting your app on k8s fast
- GoogleContainerTools/skaffold - Easy and Repeatable Kubernetes Development
- garden-io/garden - Automation for Kubernetes development and testing.
- tilt-dev/tilt - Define your dev environment as code. For microservice apps on Kubernetes.
- datreeio/datree - Prevent Kubernetes misconfigurations from reaching production
- txn2/kubefwd - Bulk port forwarding Kubernetes services for local development.
- kubernetes-sigs/kustomize - Customization of kubernetes YAML configurations
- dassump/dotnet-appsettings-env - Convert .NET appsettings.json file to Kubernetes, Docker and Docker-Compose environment variables.
- virtual-kubelet/virtual-kubelet - Virtual Kubelet is an open source Kubernetes kubelet implementation.
- okteto/okteto - Develop your applications directly in your Kubernetes Cluster
- fluxcd/flagger - Progressive delivery Kubernetes operator (Canary, A/B Testing and Blue/Green deployments)
- ahmetb/kubectx - Faster way to switch between clusters and namespaces in kubectl
- kubeshark/kubeshark - The API traffic viewer for Kubernetes providing deep visibility into all API traffic and payloads going in, out and across containers and pods inside a Kubernetes cluster. Think TCPDump and Wireshark re-invented for Kubernetes
- komodorio/helm-dashboard - The missing UI for Helm - visualize your releases
- kubernetes/kompose - Convert Compose to Kubernetes
- bonnefoa/kubectl-fzf - A fast kubectl autocompletion with fzf
- sozercan/kubectl-ai - Kubectl plugin for OpenAI GPT
- kubernetes-client/csharp - Officially supported dotnet Kubernetes Client library
- k8sgpt-ai/k8sgpt - Giving Kubernetes SRE superpowers to everyone
- open-policy-agent/conftest - Write tests against structured configuration data using the Open Policy Agent Rego query language
- yannh/kubeconform - A FAST Kubernetes manifests validator, with support for Custom Resources!
- komodorio/validkube - ValidKube combines the best open-source tools to help ensure Kubernetes YAML best practices, hygiene & security.
- stakater/Reloader - A Kubernetes controller to watch changes in ConfigMap and Secrets and do rolling upgrades on Pods with their associated Deployment, StatefulSet, DaemonSet and DeploymentConfig
- metalbear-co/mirrord - Connect your local process and your cloud environment, and run local code in cloud conditions
- gefyrahq/gefyra - Blazingly-fast, rock-solid, local application development with Kubernetes.
- cdk8s-team/cdk8s - Define Kubernetes native apps and abstractions using object-oriented programming
- kubecolor/kubecolor - Colorize your kubectl output
- arashkaffamanesh/practical-kubernetes-problems - For Kubernauts' Practical Kubernetes Trainings
- ContainerSolutions/kubernetes-examples - Minimal self-contained examples of standard Kubernetes features and patterns in YAML
- ContainerSolutions/k8s-deployment-strategies - Kubernetes deployment strategies explained
- vany0114/microservices-dotnetcore-docker-sf-k8s - Shows an approach to work with a microservices based architecture using .Net Core, Docker, and Azure Service Fabric/Kubernetes, applying Domain Driven Design (DDD) and Comand and Query Responsibility Segregation (CQRS) and other patterns.
- twzhangyang/RestAirline - DDD+CQRS+EventSourcing+Hypermedia API+ASP.NET Core 3.1+Masstransit+terraform+docker+k8s
- microservices-demo/microservices-demo - Deployment scripts & config for Sock Shop
- thangchung/shopping-cart-k8s - Service Mesh patterns for Microservices
- dotnet-architecture/eShopOnContainers - Cross-platform .NET sample microservices and container based application that runs on Linux Windows and macOS. Powered by .NET 6, Docker Containers and Azure Kubernetes Services. Supports Visual Studio, VS for Mac and CLI based environments with Docker CLI, dotnet CLI, VS Code or any other code editor.
- baotoq/micro-commerce - React, Nextjs, ASP.NET Core 5.0, IdentityServer, Dapr, Azure pipeline, K8S, SonarQube
- vietnam-devs/coolstore-microservices/deploys
- jtattermusch/grpc-loadbalancing-kubernetes-examples - gRPC Load Balancing on Kubernetes examples
- mikehadlow/NetOnKubernetes - Simple .NET http service example for hosting on Kubernetes.
- jxlwqq/kubernetes-examples - Kubernetes samples
- stefanprodan/podinfo - Go microservice template for Kubernetes
- fluxcd/flux2-kustomize-helm-example - A GitOps workflow example for multi-env deployments with Flux, Kustomize and Helm.
- bravecobra/k8s-dev-infrastructure - A local dev infrastructure on k8s, providing networking, telemetry and saas services
- HariSekhon/Kubernetes-configs ⭐ - Advanced Kubernetes YAML configs - Best Practices, Tips & Tricks, Production-Ready Checklist - experience from several production environments