Tomhuang12 Awesome K8s Resources Save

A curated list of awesome Kubernetes tools and resources.

Project README

Awesome Kubernetes Resources Awesome

A curated list of awesome Kubernetes tools and resources.

Inspired by awesome list and donnemartin/awesome-aws.

The Fiery Meter of Awesomeness

  • Repo with 0050+ Stars: :fire:
  • Repo with 0200+ Stars: :fire::fire:
  • Repo with 0500+ Stars: :fire::fire::fire:
  • Repo with 1000+ Stars: :fire::fire::fire::fire:
  • Repo with 2000+ Stars: :fire::fire::fire::fire::fire:

Idea taken from donnemartin/awesome-aws.

Contents

Tools and Libraries

Items with :green_heart: indicate open source projects.

Command Line Tools

  • :green_heart:Helm :fire::fire::fire::fire::fire: - Helm is a tool for managing Charts. Charts are packages of pre-configured Kubernetes resources.
  • :green_heart:Infra :fire::fire::fire: - Infra enables you to discover and access infrastructure (e.g. Kubernetes, databases). We help you connect an identity provider such as Okta or Azure active directory, and map users/groups with the permissions you set to your infrastructure.
  • :green_heart:K9s :fire::fire::fire::fire::fire: - K9s provides a terminal UI to interact with your Kubernetes clusters.
  • :green_heart:kapp :fire::fire::fire: - kapp is a simple deployment tool focused on the concept of "Kubernetes application" — a set of resources with the same label
  • :green_heart:kconnect :fire::fire: - kconnect is a CLI utility that can be used to discover and securely access Kubernetes clusters across multiple operating environments.
  • :green_heart:Ktunnel :fire::fire: - Ktunnel is a CLI tool that establishes a reverse tunnel between a kubernetes cluster and your local machine.
  • :green_heart:Kubebox :fire::fire::fire::fire: - Terminal and Web console for Kubernetes
  • :green_heart:Kubetail :fire::fire::fire::fire::fire: - Bash script that enables you to aggregate (tail/follow) logs from multiple pods into one stream.
  • :green_heart:kube-shell :fire::fire::fire::fire: - Kube-shell: An integrated shell for working with the Kubernetes CLI.
  • 💚kubecolor 🔥🔥🔥 - colorizes kubectl output
  • :green_heart:kubectl tree :fire::fire::fire::fire: - A kubectl plugin to explore ownership relationships between Kubernetes objects through owners.
  • :green_heart:kubectl-aliases :fire::fire::fire::fire::fire: - This repository contains a script to generate hundreds of convenient shell aliases for kubectl.
  • :green_heart:kubectx + kubens :fire::fire::fire::fire::fire: - kubectx helps you switch between clusters back and forth, and kubens helps you switch between Kubernetes namespaces smoothly.
  • :green_heart:kube-ps1 :fire::fire::fire::fire::fire: - kube-ps1: A script that lets you add the current Kubernetes context and namespace configured on kubectl to your Bash/Zsh prompt strings (i.e. the $PS1).
  • :green_heart:kubediff :fire::fire::fire: - Kubediff is a tool for Kubernetes to show you the differences between your running configuration and your version controlled configuration.
  • :green_heart:kubeprompt :fire: - Isolates KUBECONFIG in each shell and shows the current Kubernetes context/namespace in your prompt
  • :green_heart:Kubevela :fire::fire::fire::fire::fire: - KubeVela is an easy-to-use yet extensible platform that enables them to design and ship applications with minimal effort.
  • :green_heart:Move2Kube :fire::fire: - A tool to help users migrate their apps from legacy platforms like Cloud Foundry to Kubernetes and Openshift. Analyses the application source code and generates Kubernetes YAMLs, Helm Charts, Tekton Pipelines, etc. The analysis and generation can be heavily customized to produce the exact output that you want.
  • :green_heart:nova :fire::fire: - Nova scans your cluster for installed Helm charts, then cross-checks them against all known Helm repositories.
  • :green_heart:Plural :fire::fire: - Plural is a CLI tool and holistic DevOps management platform for rapidly deploying, managing, and monitoring open-source applications on Kubernetes.
  • :green_heart:RBAC Lookup :fire::fire::fire: - RBAC Lookup is a CLI that allows you to easily find Kubernetes roles and cluster roles bound to any user, service account, or group name.
  • :green_heart:stern :fire::fire::fire::fire::fire: - Stern allows you to tail multiple pods on Kubernetes and multiple containers within the pod.

Cluster Provisioning

  • :green_heart:Bootkube :fire::fire::fire::fire: - Bootkube is a tool for launching self-hosted Kubernetes clusters.
  • :green_heart:Claudie :fire: - Multi-cloud clusters with each nodepool in a different cloud provider.
  • :green_heart:Cluster API :fire::fire::fire::fire::fire: - Cluster API is a Kubernetes sub-project focused on providing declarative APIs and tooling to simplify provisioning, upgrading, and operating multiple Kubernetes clusters.
  • :green_heart:eksctl :fire::fire::fire::fire::fire: - eksctl is a simple CLI tool for creating clusters on EKS - Amazon's new managed Kubernetes service for EC2.
  • :green_heart:k0s :fire::fire::fire::fire::fire: - k0s - Zero Friction Kubernetes (The Simple, Solid & Certified Kubernetes Distribution)
  • :green_heart:k3d :fire::fire::fire::fire::fire: - k3d,and Windows.,destroy,half the memory,highly available,is a tool for running local k3s clusters in docker. It's a single binary about 20 MB. You need to have docker installed.
  • :green_heart:k3s :fire::fire::fire::fire::fire: - Lightweight Kubernetes. Easy to install,Kubernetes clusters from the command line.
  • :green_heart:kind :fire::fire::fire::fire::fire: - kind is a tool for running local Kubernetes clusters using Docker container "nodes".
  • :green_heart:kops :fire::fire::fire::fire::fire: - kops helps you create,like kind,upgrade and maintain production-grade
  • :green_heart:kube-aws :fire::fire::fire::fire: - kube-aws is a command-line tool to create/update/destroy Kubernetes clusters on AWS.
  • :green_heart:kubespray :fire::fire::fire::fire::fire: - Deploy a production ready Kubernetes cluster
  • :green_heart:microK8s :fire::fire::fire::fire::fire: - The smallest, fastest Kubernetes
  • :green_heart:Minikube :fire::fire::fire::fire::fire: - minikube implements a local Kubernetes cluster on macOS,Linux,all in a binary less than 100 MB.
  • :green_heart:Talos Linux :fire::fire::fire::fire::fire: - Talos Linux is a minimal, immutable, secure OS that installs vanilla Kubernetes - for production datacenters, K8s@home, and Edge.
  • Kubeadm - kubeadm performs the actions necessary to get a minimum viable cluster up and running.

Automation and CI/CD

  • :green_heart:Argo CD :fire::fire::fire::fire::fire: - Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes.
  • :green_heart:Argo Events :fire::fire::fire::fire: - Argo Events is an event-driven workflow automation framework for Kubernetes which helps you trigger K8s objects, Argo Workflows, Serverless workloads, etc.
  • :green_heart:Argo Rollouts :fire::fire::fire::fire: - Argo Rollouts controller, uses the Rollout custom resource to provide additional deployment strategies such as Blue Green and Canary to Kubernetes.
  • :green_heart:Argo Workflows :fire::fire::fire::fire::fire: - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes.
  • :green_heart:Argocd autopilot :fire::fire::fire: - The Argo-CD Autopilot is a tool which offers an opinionated way of installing Argo-CD and managing GitOps repositories.
  • :green_heart:Flagger :fire::fire::fire::fire::fire: - Flagger is a progressive delivery tool that automates the release process for applications running on Kubernetes.
  • :green_heart:Flux2 :fire::fire::fire::fire::fire: - Flux version 2 is built from the ground up to use Kubernetes' API extension system, and to integrate with Prometheus and other core components of the Kubernetes ecosystem.
  • :green_heart:k8s-image-swapper :fire::fire: - k8s-image-swapper is a mutating webhook for Kubernetes, downloading images into your own registry and pointing the images to that new location.
  • :green_heart:KubeSphere :fire::fire::fire::fire::fire: - KubeSphere is a distributed operating system providing cloud native stack with Kubernetes as its kernel, and aims to be plug-and-play architecture for third-party applications seamless integration to boost its ecosystem.
  • :green_heart:Reloader :fire::fire::fire::fire::fire: - Reloader can watch changes in ConfigMap and Secret and do rolling upgrades on Pods with their associated DeploymentConfigs, Deployments, Daemonsets and Statefulsets.
  • :green_heart:terranetes-controller :fire: - Terranetes controller enables the platform team to deliver self-service capabilities around cloud resources.
  • :green_heart:Skaffold :fire::fire::fire::fire::fire: - Skaffold is a command line tool that facilitates continuous development for Kubernetes applications.
  • :green_heart:Spinnaker :fire::fire::fire::fire::fire: - Spinnaker is an open-source continuous delivery platform for releasing software changes with high velocity and confidence.
  • :green_heart:TF-controller :fire: - TF-controller is an experimental controller for Flux to reconcile Terraform resources in the GitOps way.
  • :green_heart:werf :fire::fire::fire::fire::fire: - werf is a CLI tool glueing Git, Docker, Helm & Kubernetes with any CI system to implement CI/CD and GitOps.
  • :green_heart:Weave GitOps :fire::fire: - Weave GitOps is a simple open source developer platform for people who want cloud native applications, without needing Kubernetes expertise.
  • :green_heart:Otomi - Self-hosted PaaS for K8s :fire::fire::fire::fire: - Otomi adds developer- and operations-centric tools, automation, and developer self-service on top of Kubernetes in any infrastructure or cloud, to code, build, release, deploy, secure, operate and monitor containerized applications.

Cluster Resources Management

  • :green_heart:Clusterpedia :fire: - Clusterpedia is used for complex resource searches across multiple clusters, support simultaneous search of a single kind of resource or multiple kinds of resources existing in multiple clusters.
  • :green_heart:Grafana Tanka :fire::fire::fire::fire: - The clean, concise and super flexible alternative to YAML for your Kubernetes cluster.
  • :green_heart:KEDA :fire::fire::fire::fire::fire: - KEDA allows for fine grained autoscaling (including to/from zero) for event driven Kubernetes workloads.
  • :green_heart:Kruise :fire::fire::fire::fire::fire: - Kruise consists of several controllers which extend and complement the Kubernetes core controllers for workload management.
  • :green_heart:KubeDirector :fire::fire: - KubeDirector uses standard Kubernetes (K8s) facilities of custom resources and API extensions to implement stateful scaleout application clusters.
  • :green_heart:Kubenav :fire::fire::fire::fire: - kubenav is the navigator for your Kubernetes clusters right in your pocket.
  • :green_heart:Liqo :fire::fire: - Liqo implements Dynamic resource sharing across different Kubernetes clusters (e.g.; offloading pods and services), supporting decentralized governance.
  • :green_heart: Meshery :fire::fire::fire::fire::fire: - Meshery is an open-source cloud-native manager that enables the design and management of all Kubernetes-based infrastructure and applications.
  • :green_heart:Pluto :fire::fire::fire::fire: - Pluto is a utility to help users find deprecated Kubernetes apiVersions in their code repositories and their helm releases.
  • :green_heart:Polaris :fire::fire::fire::fire::fire: - Polaris is an open source policy engine for Kubernetes that validates and remediates resource configuration.
  • :green_heart:The Hierarchical Namespace Controller :fire::fire::fire: - Hierarchical namespaces make it easier to share your cluster by making namespaces more powerful.

Secrets Management

  • :green_heart:Kubernetes External Secrets :fire::fire::fire::fire::fire: - Kubernetes External Secrets allows you to use external secret management systems, like AWS Secrets Manager or HashiCorp Vault, to securely add secrets in Kubernetes.
  • :green_heart:Sealed Secrets :fire::fire::fire::fire::fire: - Encrypt your Secret into a SealedSecret, which is safe to store - even to a public repository.
  • :green_heart:akv2k8s :fire::fire: - Azure Key Vault to Kubernetes (akv2k8s) will make Azure Key Vault objects available to Kubernetes in two ways: as native Kubernetes Secrets; as environment variables directly injected into your Container application

Networking

  • :green_heart:Calico Networking :fire::fire::fire::fire::fire: - Calico is an open source networking and network security solution for containers, virtual machines, and bare-metal workloads
  • :green_heart:cert-manager :fire::fire::fire::fire::fire: - cert-manager is a Kubernetes add-on to automate the management and issuance of TLS certificates from various issuing sources.
  • :green_heart:cilium :fire::fire::fire::fire::fire: - Cilium is a networking, observability, and security solution with an eBPF-based dataplane.
  • :green_heart:CoreDNS :fire::fire::fire::fire::fire: - CoreDNS is a fast and flexible DNS server that works on Kubernetes.
  • :green_heart:ingress-nginx :fire::fire::fire::fire::fire: - ingress-nginx is an Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer.
  • :green_heart:Kong for Kubernetes :fire::fire::fire::fire: - Configure plugins, health checking, load balancing and more in Kong for Kubernetes Services.
  • :green_heart:ksniff :fire::fire::fire::fire: - A kubectl plugin that utilize tcpdump and Wireshark to start a remote capture on any pod in your Kubernetes cluster.
  • :green_heart:kubectl trace :fire::fire::fire::fire: - kubectl trace is a kubectl plugin that allows you to schedule the execution of bpftrace programs in your Kubernetes cluster.
  • :green_heart:Kube Karp :fire: - Add a floating virtual IP to Kubernetes cluster nodes for load balancing easily based on the CARP protocol
  • :green_heart:kubernetes-ingress :fire::fire::fire::fire::fire: - An implementation of an Ingress controller for NGINX and NGINX Plus (commercial).
  • :green_heart:kube-ovn :fire::fire::fire::fire: - A Kubernetes Network Fabric for Enterprises that is Rich in Functions and Easy in Operations.
  • :green_heart:loxilb :fire::fire::fire: - A Kubernetes service load-balancer based on eBPF.

Storage

  • :green_heart:Longhorn :fire::fire::fire::fire::fire: - Longhorn is a distributed block storage system for Kubernetes.
  • :green_heart:OpenEBS :fire::fire::fire::fire::fire: - OpenEBS is the most widely deployed and easy to use open-source storage solution for Kubernetes.
  • :green_heart:Rook :fire::fire::fire::fire::fire: - Rook is an open source cloud-native storage orchestrator for Kubernetes.

Testing and Troubleshooting

  • :green_heart:Chainsaw :fire: - The ultimate end to end testing tool for Kubernetes operators.
  • :green_heart:Chaos Mesh :fire::fire::fire::fire::fire: - Chaos Mesh® is a cloud-native Chaos Engineering platform that orchestrates chaos on Kubernetes environments.
  • :green_heart:chaoskube :fire::fire::fire::fire: - chaoskube periodically kills random pods in your Kubernetes cluster.
  • :green_heart:Conftest :fire::fire::fire::fire: - Conftest helps you write tests against structured configuration data.
  • :green_heart:DETIK :fire: - A library that simplifies end-to-end testing of K8s applications by using BATS assertions and natural language queries.
  • :green_heart:k6 :fire::fire::fire::fire::fire: - k6 is a modern load testing tool, building on Load Impact's years of experience in the load and performance testing industry.
  • :green_heart:ksniff :fire::fire::fire::fire: - A kubectl plugin that utilize tcpdump and Wireshark to start a remote capture on any pod in your Kubernetes cluster.
  • :green_heart:Kube DOOM :fire::fire::fire::fire: - The next level of chaos engineering is here! Kill pods inside your Kubernetes cluster by shooting them in Doom!
  • :green_heart:kube-monkey :fire::fire::fire::fire::fire: - It randomly deletes Kubernetes (k8s) pods in the cluster encouraging and validating the development of failure-resilient services.
  • :green_heart:kube-score :fire::fire::fire::fire: - kube-score is a tool that performs static code analysis of your Kubernetes object definitions.
  • :green_heart:Kubectl-debug :fire::fire::fire::fire::fire: - kubectl-debug is an out-of-tree solution for troubleshooting running pods, which allows you to run a new container in running pods for debugging purpose.
  • :green_heart:KubeInvaders :fire::fire::fire: - Through KubeInvaders you can stress Kubernetes cluster in a fun way and check how it is resilient.
  • :green_heart:Kubetest :fire: - Kubetest is a pytest plugin that makes it easier to manage a Kubernetes cluster within your integration tests.
  • :green_heart:Litmus :fire::fire::fire::fire::fire: - Litmus provides tools to orchestrate chaos on Kubernetes to help SREs find weaknesses in their deployments.
  • :green_heart:popeye :fire::fire::fire::fire::fire: - Popeye is a utility that scans live Kubernetes cluster and reports potential issues with deployed resources and configurations.
  • :green_heart:PowerfulSeal :fire::fire::fire::fire: - PowerfulSeal injects failure into your Kubernetes clusters, so that you can detect problems as early as possible.
  • :green_heart:Testkube :fire::fire::fire: - Testkube is a Kubernetes native Testing Framework for test orchestration and execution. It allows you to run any of your tests inside a Kubernetes cluster. Integrates with your CI/CD and allows you to follow a GitOps approach to Testing while having a centralized place for all of your Test Results accross all clusters.

Monitoring, Alerts, and Visualization

  • :green_heart:BotKube :fire::fire::fire::fire: - BotKube integration with Slack or Mattermost helps you monitor your Kubernetes cluster, debug critical deployments and gives recommendations for standard practices by running checks on the Kubernetes resources.
  • :green_heart:Canary Checker :fire: - Canary Checker is a kubernetes-native health check platform with 30+ built-in health check types.
  • :green_heart:Cortex :fire::fire::fire::fire::fire: - Cortex provides horizontally scalable, highly available, multi-tenant, long term storage for Prometheus.
  • :green_heart:Goldilocks :fire::fire::fire: - Goldilocks is a utility that can help you identify a starting point for resource requests and limits.
  • :green_heart:Goldpinger :fire::fire::fire::fire::fire: - Debugging tool for Kubernetes which tests and displays connectivity between nodes in the cluster.
  • :green_heart:Grafana :fire::fire::fire::fire::fire: - Grafana allows you to query, visualize, alert on and understand your metrics no matter where they are stored.
  • :green_heart:Helm Dashboard :fire::fire::fire::fire: - The missing UI for Helm. The Helm Dashboard plugin offers a UI-driven way to view installed Helm charts, see their revision history and corresponding k8s resources.
  • :green_heart:Kiali :fire::fire::fire::fire::fire: - Kiali works with Istio to visualise the service mesh topology.
  • :green_heart:k8s-image-availability-exporter :fire: - Prometheus exporter that warns you proactively about images that are defined in Kubernetes objects but are not available in the container registry.
  • :green_heart:kube-capacity :fire::fire::fire: - This is a simple CLI that provides an overview of the resource requests, limits, and utilization in a Kubernetes cluster.
  • :green_heart:Kubernetes Dashboard :fire::fire::fire::fire::fire: - Kubernetes Dashboard is a general purpose, web-based UI for Kubernetes clusters.
  • :green_heart:Kubedev :fire: - Kubedev is a powerful and beautiful user interface for managing Kubernetes clusters.
  • :green_heart:KubeHelper :fire: - KubeHelper - simplifies many daily Kubernetes cluster tasks through a web interface.
  • :green_heart:Kubernetes Metrics Server :fire::fire::fire::fire::fire: - Metrics Server is a scalable, efficient source of container resource metrics for Kubernetes built-in autoscaling pipelines.
  • :green_heart:Kubernetes Operational View :fire::fire::fire::fire: - A tool that aims to provide a common operational picture for multiple Kubernetes clusters.
  • :green_heart:kube-state-metrics :fire::fire::fire::fire::fire: - kube-state-metrics is a simple service that listens to the Kubernetes API server and generates metrics about the state of the objects.
  • :green_heart:kubewatch :fire::fire::fire::fire::fire: - kubewatch is a Kubernetes watcher that currently publishes notification to available collaboration hubs/notification channels.
  • :green_heart:Lens :fire::fire::fire::fire::fire: - Lens it's an useful, attractive, open source user interface (UI) for working with Kubernetes clusters.
  • :green_heart:Mizu :fire::fire::fire: - API traffic viewer for Kubernetes enabling you to view all API communication between microservices. Think TCPDump and Wireshark re-invented for Kubernetes
  • :green_heart:Network mapper :fire::fire: - Map Kubernetes in-cluster traffic and export as text, intents, or an image.
  • :green_heart:Popeye :fire::fire::fire::fire::fire: - Popeye is a utility that scans live Kubernetes cluster and reports potential issues with deployed resources and configurations.
  • :green_heart:Prometheus :fire::fire::fire::fire::fire: - Prometheus, a Cloud Native Computing Foundation project, is a systems and service monitoring system.
  • :green_heart:Searchlight :fire::fire: - Searchlight/Icinga periodically runs various checks on a Kubernetes cluster and sends notifications if detects an issue.
  • :green_heart:Sloop :fire::fire::fire: - Sloop monitors Kubernetes, recording histories of events and resource state changes and providing visualizations to aid in debugging past events.
  • :green_heart:Thanos :fire::fire::fire::fire::fire: - Thanos is a set of components that can be composed into a highly available metric system with unlimited storage capacity.

Backup and Restore

  • :green_heart:katafygio :fire: - katafygio discovers Kubernetes objects (deployments, services, ...), and continuously save them as yaml files in a git repository.
  • :green_heart:Velero :fire::fire::fire::fire::fire: - Velero (formerly Heptio Ark) gives you tools to back up and restore your Kubernetes cluster resources and persistent volumes.

Security and Compliance

  • :green_heart:Datree :fire::fire::fire::fire::fire: - Datree is a CLI tool that supports Kubernetes admins in their roles by preventing developers from making errors in Kubernetes configurations that can cause clusters to fail in production.
  • :green_heart:Deepfence ThreatMapper :fire::fire::fire: - Apache v2, powerful runtime vulnerability scanner for kubernetes, virtual machines and serverless.
  • :green_heart:Falco :fire::fire::fire::fire::fire: - Falco is a behavioral activity monitor designed to detect anomalous activity in your applications. You can use Falco to monitor run-time security of your Kubernetes applications and internal components.
  • :green_heart:Gatekeeper :fire::fire::fire::fire::fire: - Policy controller for Kubernetes
  • :green_heart:Intents operator :fire::fire: - Manage network policies, Istio Authorization Policies, and Kafka ACLs in a Kubernetes cluster with ease.
  • :green_heart:k-rail :fire::fire: - k-rail is a workload policy enforcement tool for Kubernetes. It can help you secure a multi tenant cluster with minimal disruption and maximum velocity.
  • :green_heart:Konstraint :fire::fire: - Konstraint is a CLI tool to assist with the creation and management of constraints when using Gatekeeper.
  • :green_heart:kube-bench :fire::fire::fire::fire::fire: - kube-bench is a Go application that checks whether Kubernetes is deployed securely by running the checks documented in the CIS Kubernetes Benchmark.
  • :green_heart:kube-hunter :fire::fire::fire::fire::fire: - kube-hunter hunts for security weaknesses in Kubernetes clusters.
  • :green_heart:KubeLinter :fire::fire::fire::fire: - KubeLinter is a static analysis tool that checks Kubernetes YAML files and Helm charts to ensure the applications represented in them adhere to best practices.
  • :green_heart:Kubesploit :fire::fire::fire: - Kubesploit is a cross-platform post-exploitation HTTP/2 Command & Control server and agent dedicated for containerized environments written in Golang and built on top of Merlin project by Russel Van Tuyl (@Ne0nd0g).
  • :green_heart:KubiScan :fire::fire::fire: - A tool for scanning Kubernetes cluster for risky permissions in Kubernetes's Role-based access control (RBAC) authorization model.
  • :green_heart:Kyverno :fire::fire::fire::fire: - Kyverno is a policy engine designed for Kubernetes. It can validate, mutate, and generate configurations using admission controls and background scans.
  • :green_heart:Netchecks :fire: - Set of tools for testing network conditions and asserting that they are as expected.
  • :green_heart:Permission manager :fire::fire::fire: - Permission Manager is an application developed by SIGHUP that enables a super-easy and user-friendly RBAC management for Kubernetes.
  • :green_heart:rakkess :fire::fire::fire: - kubectl plugin to show an access matrix for server resources
  • :green_heart:Rönd :fire: - Rönd is an open-source lightweight Kubernetes sidecar container that helps you protect your APIs with simple security policies. It also natively allows you to build your RBAC/ABAC solution.
  • :green_heart:Teleport :fire::fire::fire::fire::fire: - Teleport Unified Access Plane enables engineers to quickly access any computing resource anywhere.

Service Mesh

  • :green_heart:Istio :fire::fire::fire::fire::fire: - An open platform to connect, manage, and secure microservices.
  • :green_heart:Linkerd :fire::fire::fire::fire::fire: - Linkerd is a transparent service mesh, designed to make modern applications safe and sane.
  • :green_heart:Open Service Mesh :fire::fire::fire::fire::fire: - Open Service Mesh (OSM) is a lightweight, extensible, Cloud Native service mesh that allows users to uniformly manage, secure, and get out-of-the-box observability features for highly dynamic microservice environments.

Development Tools

  • :green_heart:Eclipse JKube :fire::fire: - Tools and plugins for Java developers that help you create container images along with the required manifests to deploy your applications to Kubernetes.
  • :green_heart:garden :fire::fire::fire::fire::fire: - Garden provides production-like Kubernetes testing environments for integration tests, QA, and development.
  • :green_heart:gefyra :fire::fire::fire: -Gefyra blazingly-fast, rock-solid, local application development ➡️ with Kubernetes.
  • :green_heart:ko :fire::fire::fire::fire::fire: - ko is a tool for building and deploying Golang applications to Kubernetes.
  • :green_heart:Konfig :fire: - Konfig is a Kubernetes friendly Rails gem. It can load configuration and secrets from both YAML or folders with individual files and present them to your application the same way.
  • :green_heart:kubevious :fire::fire::fire::fire: - Kubevious renders all configurations relevant to the application in one place. That saves a lot of time from operators, eliminating the need for looking up settings and digging within selectors and labels.
  • :green_heart:kubectl-warp :fire::fire: - Kubernetes CLI plugin for syncing and executing local files in Pod on Kubernetes
  • :green_heart:kubernix :fire::fire::fire: - This project aims to provide single dependency Kubernetes clusters for local testing, experimenting and development purposes.
  • :green_heart:Makisu :fire::fire::fire::fire::fire: - Makisu is a fast and flexible Docker image build tool designed for unprivileged containerized environments such as Mesos or Kubernetes.
  • :green_heart:mirrord :fire::fire::fire::fire::fire: - mirrord connects your local process and your cloud environment, and runs local code in cloud conditions.
  • :green_heart:Monokle :fire::fire::fire: - Monokle helps you create, edit and validate yaml manifests, visualize and validate resource links and dependencies, connect and compare resources to your clusters, debug the output of kustomize or helm, and more!
  • :green_heart:Okteto :fire::fire::fire::fire: - okteto accelerates the development workflow of Kubernetes applications.
  • :green_heart:Telepresence :fire::fire::fire::fire::fire: - Telepresence provides fast, realistic local development for Kubernetes microservices.
  • :green_heart:Tilt :fire::fire::fire::fire::fire: - Tilt powers multi-service development and makes sure they behave.
  • :green_heart:Tye :fire::fire::fire::fire::fire: - Tye is a developer tool that makes developing, testing, and deploying microservices and distributed applications easier.
  • Aptakube - A modern, lightweight and multi-cluster desktop client for Kubernetes. Connect to multiple clusters simultaneously to view, edit and manage all your resources.

Data Processing and Machine Learning

  • :green_heart:Kubeflow :fire::fire::fire::fire::fire: - Kubeflow is a Cloud Native platform for machine learning based on Google’s internal machine learning pipelines.
  • :green_heart:nos :fire::fire: - nos is an open-source platform to efficiently run AI workloads on Kubernetes, increasing GPU utilization and reducing infrastructure and operational costs.
  • :green_heart:Strimzi :fire::fire::fire::fire::fire: - Strimzi provides a way to run an Apache Kafka cluster on Kubernetes or OpenShift in various deployment configurations.
  • :green_heart:Volcano :fire::fire::fire::fire: - Volcano is a batch system built on Kubernetes.
  • :green_heart:yunikorn :fire::fire: - a light-weight, universal resource scheduler for container orchestrator systems.

Data Management

  • :green_heart:Kubegres :fire::fire::fire: - Kubegres is a Kubernetes operator allowing to deploy one or many clusters of PostgreSql pods with data replication and failover enabled out-of-the box.
  • :green_heart:Postgres Operator :fire::fire::fire::fire::fire: - PGO, the Postgres Operator from Crunchy Data, gives you a declarative Postgres solution that automatically manages your PostgreSQL clusters.
  • :green_heart:MongoDB Community Kubernetes Operator :fire::fire: - This is a Kubernetes Operator which deploys MongoDB Community into Kubernetes clusters.
  • :green_heart:MySQL Operator for Kubernetes :fire: - The MYSQL Operator for Kubernetes is an Operator for Kubernetes managing MySQL InnoDB Cluster setups inside a Kubernetes Cluster.
  • :green_heart:Redis Operator :fire::fire::fire: - Redis Operator creates/configures/manages redis-failovers atop Kubernetes.

Miscellaneous

  • :green_heart:Agones :fire::fire::fire::fire::fire: - Agones is a library for hosting, running and scaling dedicated game servers on Kubernetes.
  • :green_heart:AWS Controllers for Kubernetes :fire::fire::fire::fire: - AWS Controllers for Kubernetes (ACK) lets you define and use AWS service resources directly from Kubernetes.
  • :green_heart:AWS Node Termination Handler :fire::fire::fire: - A Kubernetes Daemonset to gracefully handle EC2 instance shutdown
  • :green_heart:Brigade :fire::fire::fire::fire::fire: - Brigade is the tool for creating pipelines for Kubernetes.
  • :green_heart:Crossplane :fire::fire::fire::fire::fire: - Crossplane is an open source Kubernetes add-on that extends any cluster with the ability to provision and manage cloud infrastructure, services, and applications.
  • :green_heart:Descheduler for Kubernetes :fire::fire::fire::fire::fire: - Descheduling pods from nodes based on policies
  • :green_heart:Devtron :fire::fire::fire::fire: - It is designed as a self-serve platform for operationalizing and maintaining applications (AppOps) on kubernetes in a developer friendly way.
  • :green_heart:OpenCost :fire::fire::fire::fire::fire: - OpenCost models give teams visibility into current and historical Kubernetes spend and resource allocation.
  • :green_heart:K8s-Cleaner :fire: - k8s-cleaner identifies and removes unused resources.
  • :green_heart:K8sPurger :fire: - K8sPurger Hunt Unused Resources In Kubernetes.
  • :green_heart:KubeEdge :fire::fire::fire::fire::fire: - KubeEdge is built upon Kubernetes and extends native containerized application orchestration and device management to hosts at the Edge.
  • :green_heart:KubePug :fire::fire: - A tool to check deprecations before upgrading Kubernetes version
  • :green_heart:Kube No Trouble :fire::fire::fire::fire::fire: - Easily check your clusters for use of deprecated APIs
  • :green_heart:Shell-operator :fire::fire::fire::fire: - Shell-operator is a tool for running event-driven scripts in a Kubernetes cluster.

Guides, Documentations, Blogs, and Learnings

Guides

Blogs and Videos

Learnings and Documentations

Certification Guides

Contribute

Contributions welcome! Read the contribution guidelines first.

License

CC0

To the extent possible under law, Tom Huang has waived all copyright and related or neighboring rights to this work.

Open Source Agenda is not affiliated with "Tomhuang12 Awesome K8s Resources" Project. README Source: tomhuang12/awesome-k8s-resources

Open Source Agenda Badge

Open Source Agenda Rating