Devops
37 items tagged with "devops"
Standards1
Best Practices8
CNCF Cloud-Native Definition & Principles
The CNCF’s formal definition of cloud-native computing and core principles for micro-services, containers, and dynamic orchestration.
Twelve-Factor App Methodology
Twelve practical guidelines for building modern, portable, cloud-ready web applications.
DORA Four Key Metrics
Research-backed metrics (deployment frequency, lead time, MTTR, change failure rate) for high-performing software teams.
CALMS DevOps Principles
Framework emphasising Culture, Automation, Lean, Measurement, and Sharing as pillars of DevOps success.
Trunk-Based Development Guidelines
Branching strategy promoting short-lived branches, frequent commits to trunk, and feature flags.
Shift-Left Testing Manifesto
Encourages earlier testing (unit, security, performance) in the SDLC to catch defects sooner.
IBM Garage Methodology
End-to-end practices merging agile, DevOps, and design thinking for cloud transformation.
Terraform Module Design Patterns
Guidelines for writing reusable, versioned, and documented Terraform modules.
Tutorials4
Containerizing a Node.js Application
Learn to create optimized Docker containers for Node.js applications
Infrastructure as Code with Terraform on AWS
Define and provision AWS infrastructure using Terraform
CI/CD Pipeline with GitHub Actions
Set up a complete CI/CD pipeline using GitHub Actions
Local Development with Docker Compose
Set up a complete development environment with Docker Compose
Blueprints4
On-Premises to Kubernetes Blueprint
Complete guide for migrating on-premises workloads to Kubernetes
VM to Containers Blueprint
Step-by-step guide for containerizing VM-based applications
Heroku to Kubernetes Blueprint
Migration from Heroku PaaS to self-managed Kubernetes
Jenkins to GitHub Actions Blueprint
CI/CD migration from Jenkins to GitHub Actions
Migrations1
Products11
Docker
Platform for developing, shipping, and running containerized applications
Kubernetes
Container orchestration platform for automating deployment
Helm
Package manager for Kubernetes
Pulumi
Infrastructure as Code using real programming languages
Argo CD
Declarative GitOps continuous delivery for Kubernetes
Jenkins
Open source automation server for CI/CD
GitHub Actions
CI/CD platform integrated with GitHub
GitLab CI/CD
Built-in CI/CD for GitLab
CircleCI
Cloud-based CI/CD platform
AWS Lambda
Serverless compute service from Amazon Web Services
Caddy
Fast, multi-platform web server with automatic HTTPS
Integrations2
Playbooks2
Glossaries3
Microservices
An architectural style structuring an application as a collection of loosely coupled, independently deployable services
CI/CD
Continuous Integration and Continuous Deployment - practices for automating code integration and delivery
Infrastructure as Code
Managing and provisioning infrastructure through machine-readable configuration files