Deploy a multi-tier web application on Kubernetes by following an example with step-by-step instructions.
Learn how to run a database on Kubernetes by adapting an existing example config for your own project.
Study how AI and machine learning workloads are structured and scheduled on Kubernetes clusters.
Use examples as a starting template when setting up a new Kubernetes deployment pattern.
| kubernetes/examples | pyenv/pyenv-virtualenv | raycast/script-commands | |
|---|---|---|---|
| Stars | 6,637 | 6,729 | 6,745 |
| Language | Shell | Shell | Shell |
| Setup difficulty | moderate | easy | easy |
| Complexity | 3/5 | 2/5 | 1/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires a running Kubernetes cluster (local via minikube or a cloud account) before any example can be deployed.
kubernetes/examples is the official collection of example applications and configurations for Kubernetes, the widely used system for running and managing containerized software across groups of machines. The repository is maintained by SIG Apps, a team within the Kubernetes project focused on application workloads. The examples are organized into categories: web applications (from simple static sites to multi-tier setups), databases, AI and machine learning workloads, and more. Each example folder includes its own README with a clear purpose, step-by-step instructions for deploying the example, and notes on which Kubernetes concepts it demonstrates. The intent is educational rather than production-ready: the examples show how common deployment patterns work and help people learn by doing. Each one covers prerequisites, how to verify it is running correctly, and how to clean it up afterward. Contributions from the community are welcome. Anyone who wants to add an example is directed to read the project's guidelines and contributing guide first, which describe the standards each example must meet to be included. The repository is designed to grow over time as new use cases and Kubernetes features become common.
The official Kubernetes example library, ready-to-deploy apps covering web, databases, and AI workloads, each designed to teach a specific Kubernetes concept through hands-on practice.
Mainly Shell. The stack also includes Shell, YAML, Kubernetes.
License details were not included in the explanation.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.