Blog

Tagged "devops"

Garage: Self-Hosted Object Storage

An introduction to a simple, self-hosted, S3-compatible storage and the organization behind it.

Johannes Karl
s3sovereigntydevopsrust
Garage: Self-Hosted Object Storage

GitOps

Learn how to combine Git and Infrastructure as Code to implement GitOps for both applications and infrastructure. Explore Argo CD for Kubernetes deployments, Terraform for infrastructure management, and best practices for continuous deployment and declarative infrastructure.

Lena Fuhrimann & Mathis Kretz
gitopskubernetesdevopsautomationinfrastructureargocd
GitOps

Infrastructure as Code

Learn about Infrastructure as Code principles, declarative infrastructure management, and tools like Terraform, Packer, and AWS CloudFormation. Explore best practices for versioning, testing, and automating your infrastructure deployments.

Lena Fuhrimann & Mathis Kretz
infrastructurecloudterraformautomationdevops
Infrastructure as Code

Git - The Important Parts

Master Git best practices for team collaboration. Learn how to write effective commit messages, choose between Gitflow and GitHub Flow branching strategies, handle pull requests, and use Git hooks to automate and enforce conventions.

Lena Fuhrimann / Mathis Kretz
gitdevelopmentdevopscollaborationversion-control
Git - The Important Parts

Blue Green Deployment on Cloud Foundry

Learn how to implement blue-green deployment on Cloud Foundry to achieve zero-downtime updates and safely roll back changes using a simple shell script.

Lena Fuhrimann
cloud-foundrydeploymentdevopsautomation
Blue Green Deployment on Cloud Foundry