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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
gravitational avatar

gravitational/workshopArchived

0
View on GitHub↗
2,031 Stars·227 Forks·Go·Apache-2.0·2 Aufrufe

Workshop

Docker, Kubernetes and Gravity Trainings by Gravitational

Features

  • DevOps and Container Patterns - Patterns for running production workloads on Kubernetes.
  • Kubernetes Ecosystem - Hands-on training materials for Kubernetes operations.

Star-Verlauf

Star-Verlauf für gravitational/workshopStar-Verlauf für gravitational/workshop

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Workshop

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Workshop.
  • fluxcd/flaggerAvatar von fluxcd

    fluxcd/flagger

    5,366Auf GitHub ansehen↗

    Flagger is a Kubernetes progressive delivery operator that automates the gradual release of new software versions. It functions as a canary release manager and traffic shifter, integrating with service meshes and ingress controllers to control request distribution between application versions. The project focuses on reducing production risk by implementing canary releases, blue-green deployments, and A/B testing. It utilizes a metric-driven analysis loop to monitor request success rates and durations, automatically promoting a release or triggering a state-based rollback if health criteria ar

    Go
    Auf GitHub ansehen↗5,366
  • googlecontainertools/skaffoldAvatar von GoogleContainerTools

    GoogleContainerTools/skaffold

    15,856Auf GitHub ansehen↗

    Skaffold is a command-line tool that automates the build, push, and deployment lifecycle for containerized applications on Kubernetes. It functions as a continuous development engine, monitoring source code for changes to trigger incremental updates, manifest hydration, and automated deployments to a cluster. By abstracting the underlying build and deployment tools, it provides a unified interface for managing the inner development loop. The platform distinguishes itself through its environment-aware configuration and flexible build orchestration. It supports diverse build strategies, includi

    Gocontainersdeveloper-toolsdocker
    Auf GitHub ansehen↗15,856
  • helm/helmAvatar von helm

    helm/helm

    29,881Auf GitHub ansehen↗

    Helm is a package manager for Kubernetes that simplifies the deployment and management of multi-component applications. It functions as a template rendering engine and release coordinator, allowing users to bundle, version, and deploy software as standardized packages. By maintaining a persistent metadata layer within the cluster, it tracks release history and manages the full lifecycle of applications, including installations, upgrades, and rollbacks. What distinguishes Helm is its ability to handle complex application hierarchies through automated dependency resolution and the composition o

    Gochartchartscncf
    Auf GitHub ansehen↗29,881
  • diegolnasc/kubernetes-best-practicesD

    diegolnasc/kubernetes-best-practices

    0Auf GitHub ansehen↗

    In most cases, you learn to use platforms to meet the current business need or on standalone projects. The silver lining is the encouragement of learning and at some point this becomes knowledge, however, hands-on work can lead to cuts in paths that later cause a series of problems in productive…

    Auf GitHub ansehen↗0
Alle 12 Alternativen zu Workshop anzeigen→

Häufig gestellte Fragen

Was macht gravitational/workshop?

Docker, Kubernetes and Gravity Trainings by Gravitational

Was sind die Hauptfunktionen von gravitational/workshop?

Die Hauptfunktionen von gravitational/workshop sind: DevOps and Container Patterns, Kubernetes Ecosystem.

Welche Open-Source-Alternativen gibt es zu gravitational/workshop?

Open-Source-Alternativen zu gravitational/workshop sind unter anderem: diegolnasc/kubernetes-best-practices — In most cases, you learn to use platforms to meet the current business need or on standalone projects. The silver… fluxcd/flagger — Flagger is a Kubernetes progressive delivery operator that automates the gradual release of new software versions. It… googlecontainertools/skaffold — Skaffold is a command-line tool that automates the build, push, and deployment lifecycle for containerized… helm/helm — Helm is a package manager for Kubernetes that simplifies the deployment and management of multi-component… jamiehannaford/what-happens-when-k8s — Imagine I want to deploy nginx to a Kubernetes cluster. I'd probably type something like this in my terminal:. kubernetes/dashboard — We are introducing a soft code-freeze due to an ongoing major architecture changes. This means that only important or…