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
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
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
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…
Docker, Kubernetes and Gravity Trainings by Gravitational
Les fonctionnalités principales de gravitational/workshop sont : DevOps and Container Patterns, Kubernetes Ecosystem.
Les alternatives open-source à gravitational/workshop incluent : 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…