awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com

Kubernetes manifest library / deployment patterns

Ranking updated Jun 30, 2026

For a collection of production ready Kubernetes manifests, the first results are bitnami/charts, kubernetes/examples (kubernetes/examples is the official curated collection of deployment examples and manifests for Kubernetes, covering a wide range of common applications, architectural patterns, and production-ready configurations with guided tutorials — exactly what this search needs) and fluxcd/flux2-kustomize-helm-example (This repository provides a practical GitOps workflow example using Flux, Kustomize, and Helm, with multi-environment deployments and ready-to-use YAML manifests — exactly the kind of sample configuration you need as a starting point). containersolutions/kubernetes-examples and in28minutes/devops-master-class round out the shortlist. Compare the match explanations and check the project documentation against your requirements.

We curate open-source GitHub repositories matching “kubernetes deployment examples”. Results are ranked by relevance to your query — pick filters below to narrow, or refine with AI.

Kubernetes manifest library / deployment patterns

Find the best repos with AI.We'll search the best matching repositories with AI.
  • bitnami/chartsbitnami avatar

    bitnami/charts

    10,374View on GitHub↗

    This project is a Helm chart repository and Kubernetes application catalog providing standardized deployment templates for popular open-source software. It serves as a library of pre-configured packages designed to automate the installation and configuration of server-side applications on container clusters. The collection includes a suite of hardened container images built on minimal base layers to reduce the attack surface. These images undergo automated vulnerability scanning and triage within the release pipeline to identify and remediate security flaws before deployment. The project man

    Bitnami Charts is a comprehensive Helm chart repository offering standardized, production-ready deployment templates for common applications such as nginx and Redis, with documented CI/CD integration and security scanning — exactly the kind of pre-packaged Kubernetes configuration examples this search targets.

    Go TemplateKubernetes Application DeploymentsApplication CatalogsApplication Cluster Deployments
    View on GitHub↗10,374
  • kubernetes/exampleskubernetes avatar

    kubernetes/examples

    6,651View on GitHub↗

    This project is a collection of curated deployment examples, manifests, and templates for running diverse applications and workloads on a Kubernetes cluster. It serves as a manifest library and a set of educational resources used to teach fundamental configuration patterns for container orchestration. The repository provides pre-configured templates for common architectural patterns, including the deployment of distributed databases, artificial intelligence models, and production-ready web servers. These resources include guided tutorials and verification commands to help users learn Kubernet

    kubernetes/examples is the official curated collection of deployment examples and manifests for Kubernetes, covering a wide range of common applications, architectural patterns, and production-ready configurations with guided tutorials — exactly what this search needs.

    ShellKubernetes DeploymentsConfiguration-Driven DeploymentsKubernetes Application Deployments
    View on GitHub↗6,651
  • fluxcd/flux2-kustomize-helm-examplefluxcd avatar

    fluxcd/flux2-kustomize-helm-example

    1,270View on GitHub↗

    A GitOps workflow example for multi-env deployments with Flux, Kustomize and Helm.

    This repository provides a practical GitOps workflow example using Flux, Kustomize, and Helm, with multi-environment deployments and ready-to-use YAML manifests — exactly the kind of sample configuration you need as a starting point.

    ShellTutorials and Examples
    View on GitHub↗1,270
  • containersolutions/kubernetes-examplesContainerSolutions avatar

    ContainerSolutions/kubernetes-examples

    1,421View on GitHub↗

    Minimal self-contained examples of standard Kubernetes features and patterns in YAML

    This repository offers minimal, self-contained YAML examples of standard Kubernetes features and patterns, providing a practical starting point for learning and prototyping common deployments, though it lacks Helm chart or CI/CD integration examples.

    ShellKubernetes Tooling
    View on GitHub↗1,421
  • in28minutes/devops-master-classin28minutes avatar

    in28minutes/devops-master-class

    2,833View on GitHub↗

    This repository is a comprehensive educational resource covering the full spectrum of DevOps practices, including continuous integration and delivery, containerization, orchestration, configuration management, and infrastructure as code. It provides structured content that walks through automating the build, test, and deployment lifecycle using multi-stage pipelines with Jenkins and Azure DevOps. The material covers declarative server configuration and state management through automated Ansible playbooks, enabling consistent system environments across machines. It also addresses container lif

    This repository is a comprehensive DevOps course covering many tools and practices, and while it includes Kubernetes content as part of the curriculum, its primary identity is an educational resource rather than a focused collection of ready-to-use Kubernetes deployment manifests or templates.

    JavaJenkins PipelinesJenkins Pipelines
    View on GitHub↗2,833
  • bretfisher/udemy-docker-masteryBretFisher avatar

    BretFisher/udemy-docker-mastery

    5,781View on GitHub↗

    This is an educational training course that teaches Docker, Compose, Swarm, and Kubernetes for building and deploying containers from development to production. The course covers end-to-end Docker-based workflows for building, testing, and deploying containers using Compose, Swarm, and Kubernetes in cloud-native DevOps pipelines. The material covers architecture patterns for containerized applications, including declarative service orchestration, network bridging, image layering, health monitoring, and persistent storage across Docker and Kubernetes environments. It addresses multi-container

    This repository provides course materials for a Docker and Kubernetes training course, including YAML manifests and deployment patterns, but it is structured as an educational curriculum rather than a dedicated collection of standalone, ready-to-use example configurations.

    JavaScriptMulti-Service Orchestrations
    View on GitHub↗5,781
  • actions/starter-workflowsactions avatar

    actions/starter-workflows

    11,694View on GitHub↗

    This project provides a comprehensive library of standardized workflow templates designed to automate continuous integration, deployment, and repository maintenance tasks. By offering a collection of pre-configured blueprints, it enables developers to initialize and manage automated pipelines for diverse programming languages and platforms using declarative configuration files. The repository functions as a centralized resource for bootstrapping automation, allowing teams to inject repository-specific metadata and dynamic variables into standardized templates. This approach ensures consistent

    This repository provides GitHub Actions workflow templates for CI/CD automation, not Kubernetes deployment manifests or Helm charts — while it uses YAML, the focus is on pipeline configuration rather than multi-service Kubernetes examples with common application patterns.

    TypeScriptCI/CD Pipeline Configurations
    View on GitHub↗11,694
  • cyclops-ui/cyclopscyclops-ui avatar

    cyclops-ui/cyclops

    3,315View on GitHub↗

    Cyclops is a Helm template orchestrator and management interface used to configure and deploy containerized applications to Kubernetes clusters. It serves as a deployment tool that abstracts complex infrastructure configurations into simplified inputs, allowing users to manage applications through a dedicated user interface. The project differentiates itself by using schema-driven form generation and metadata-driven UI rendering to create self-service deployment portals. These interfaces are generated by parsing template files and their associated schemas, mapping specific attributes to visua

    Cyclops is a Helm-based deployment orchestrator with a management UI, not a collection of ready-to-use Kubernetes deployment examples or sample manifests; it helps you deploy applications but does not provide the example configurations and walkthroughs you are looking for.

    GoKubernetes Configurations
    View on GitHub↗3,315
  • stakater/reloaderstakater avatar

    stakater/Reloader

    10,157View on GitHub↗

    Reloader is a Kubernetes custom controller designed to automate pod restarts and synchronize running workloads with external configuration stores. It functions as a configuration reloader that triggers rolling upgrades for pods whenever referenced ConfigMaps or Secrets are updated. The tool distinguishes itself by integrating with external secret managers, CSI drivers, and GitOps workflows to ensure workloads are restarted when secrets from external stores change. It utilizes targeted filtering via labels and annotations to control which resources or namespaces trigger restarts, and it can pa

    Reloader is a Kubernetes controller for automating pod restarts on config changes, not a repository of ready-to-use deployment examples or sample manifests, so it falls short of providing the multi-service patterns and common app templates you're looking for.

    GoKubernetes Configurations
    View on GitHub↗10,157
Compare the top 10 at a glance
RepositoryStarsLanguageLicenseLast push
bitnami/charts10.4KGo TemplateNOASSERTIONJun 23, 2026
kubernetes/examples6.7KShellApache-2.0Mar 3, 2026
fluxcd/flux2-kustomize-helm-example
1.3K
Shell
Apache-2.0
Jun 12, 2026
containersolutions/kubernetes-examples1.4KShellMITOct 3, 2023
in28minutes/devops-master-class2.8KJava—Sep 10, 2024
bretfisher/udemy-docker-mastery5.8KJavaScriptMITMay 18, 2026
actions/starter-workflows11.7KTypeScriptNOASSERTIONJun 1, 2026
cyclops-ui/cyclops3.3KGoapache-2.0Jan 22, 2026
stakater/reloader10.2KGoApache-2.0Jun 22, 2026

Related searches

  • a production ready ArgoCD GitOps workflow example
  • a container orchestration platform for clusters
  • GitHub Actions workflow library
  • Kubernetes operations and GitOps
  • a progressive delivery controller for Kubernetes
  • a guide for automated server deployment strategies
  • Workflow automation examples
  • a tool for shipping Kubernetes apps offline