3 dépôts
Bundles Kubernetes resources into versioned, parameterised Helm charts for repeatable installs and upgrades.
Distinct from Helm Chart Deployment: Distinct from Helm Chart Deployment: focuses on the packaging and templating of applications into charts, not the installation process.
Explore 3 awesome GitHub repositories matching devops & infrastructure · Application Packaging. Refine with filters or upvote what's useful.
This is an educational repository that teaches container orchestration fundamentals through hands-on guides and practical examples. It covers core Kubernetes concepts including Pods, Services, Deployments, and Namespaces, providing step-by-step exercises that demonstrate how to manage containerized applications across a cluster. The tutorials walk through essential Kubernetes capabilities such as decoupling configuration from application code using ConfigMaps and Secrets, exposing Pods with stable network endpoints via Services, and routing external traffic with Ingress controllers. The mater
Covers packaging and deploying applications using Helm charts for repeatable installs and upgrades.
This project is a comprehensive reference guide and cheat sheet for the Docker CLI. It provides a structured collection of commands and documentation to help users manage container lifecycles, build images, and handle registries. The documentation specifically covers the orchestration of multi-container applications using Docker Compose and the management of scalable services across multiple nodes via Docker Swarm. It also includes detailed guides for configuring virtual networks, bridges, and ports to control container communication. The reference surface extends to container image administ
Describes bundling Kubernetes resources into versioned Helm charts for repeatable installations.
This project is a comprehensive educational curriculum designed to teach the fundamentals of container orchestration and infrastructure automation. It provides a structured learning path for mastering the lifecycle management of containerized applications, covering the core concepts of declarative resource definitions, control-loop-based reconciliation, and distributed cluster state management. The course distinguishes itself by focusing on practical, hands-on implementation of modern DevOps practices. It guides users through the integration of GitOps workflows for state synchronization, the
Bundles multiple resource definitions into versioned units with templating for customized installation.