PagerDuty, founded in 2009 and headquartered in San Francisco, is the leading incident management and on-call platform serving 20,000+ enterprise customers. Its 700+ integrations and AI-driven alert noise reduction help DevOps teams respond to critical events faster.
Provider
12 results shownHashiCorp, founded in 2012 and headquartered in San Francisco, is a leader in infrastructure tools — Terraform, Vault, Consul and Nomad cover multi-cloud orchestration, secrets management and service networking.
Portainer is an Australian open-source container management platform deployable from a single container, unifying Docker, Docker Swarm and Kubernetes management. The CE edition is free forever, making it one of the most popular web UIs for self-hosted container environments.
Kubernetes is the open-source container orchestration platform launched by Google in 2014 and donated to CNCF, managing large-scale container clusters with declarative orchestration and auto scaling, and is the de-facto standard for cloud-native applications.
Jenkins originated from the Hudson project in 2005 and became independent in 2011. It is the world's most popular open-source CI/CD server with a 1000+ plugin ecosystem and Pipeline as Code.
GitHub Actions is GitHub's native CI/CD and automation platform launched in 2018, offering 15,000+ community Actions, matrix builds and generous free tiers for end-to-end code automation within the GitHub ecosystem.
CircleCI is a cloud CI/CD platform founded in San Francisco in 2011, known for smart parallel builds, test splitting and Docker-native support that can shorten build times by up to 4x.
Railway is a developer deployment platform founded in 2020 in Phoenix, Arizona (YC S20, $50M+ raised). It auto-builds and deploys apps from Git repos, hosts Postgres/Redis, bills by usage with a $5 monthly free allowance, and is a popular modern Heroku alternative.
Docker, created by Docker Inc and headquartered in San Francisco, started the containerization revolution in 2013 and offers Docker Engine, Docker Hub, Docker Compose, and more, the de facto standard for containerized and cloud-native deployment.
Atlassian is an enterprise software company founded in Sydney, Australia in 2002, whose Jira, Confluence, Bitbucket and Trello serve 250,000+ enterprise customers across project management, knowledge management and DevOps.
Founded in 2011, GitLab is an open-source DevOps platform that unifies code hosting, CI/CD, and security scanning in a single application, serving 30M+ developers and 100K+ enterprise customers with SaaS and self-managed deployment.
Founded in 2008 and headquartered in San Francisco, USA, GitHub is the world's largest code hosting and collaboration platform. With 100M+ developers and 400M+ repositories, it delivers Git hosting, GitHub Actions CI/CD, Copilot AI, and project management.
Article
12 results shownGitLab CI/CD Best Practices: From Beginner to Production-Grade Pipelines
GitLab CI/CD is a full-featured DevOps platform. This article systematically introduces GitLab CI/CD best practices, from pipeline design to security scanning.
'Ansible Automation Ops Guide: From Configuration Management to Application
Ansible is a simple yet powerful automation tool. This guide systematically
'Cloud Server Auto Scaling Configuration Guide: Elastically Handling Traffic
Auto scaling lets cloud servers automatically adjust instance counts based
GitHub Actions CI/CD Tutorial: Automated Build, Test, and Deployment
GitHub Actions is GitHub built-in CI/CD platform. This tutorial covers how to configure automated workflows for building, testing, and deploying.
GitHub Actions Advanced Workflows: Building Efficient CI/CD Pipelines
From basic CI to complex multi-environment deployments, this article explores advanced GitHub Actions workflow patterns including matrix builds, reusable workflows, environments, and protection rules.
Zero-Downtime Deployment Strategies: Blue/Green, Canary and Rolling
Compare blue/green, canary and rolling as three zero-downtime release strategies, covering health checks, traffic switching, rollback and database change coordination.
Secrets Management: A Practical HashiCorp Vault Guide
From plaintext keys in environment files to Vault's secrets engines, dynamic credentials, short-lived leases, and encryption as a service - a practical secrets rotation roadmap.
Environment Variables and Configuration Management: 12-Factor and .env
Apply 12-Factor principles to separate config from code: manage cross-environment differences with environment variables, localize config with .env files, and protect secrets with secret management.
Docker Compose Production Deployment: Health Checks and Resource Limits
Move Docker Compose from development to production smoothly with health checks, resource limits and restart policies, including a split multi-file Compose workflow.
Automated CI/CD Pipelines: Deploying to Servers with GitHub Actions
Build an automated pipeline from commit to server with GitHub Actions: upload files with SCP, run remote commands over SSH, roll out Docker containers and keep keys secure.
Docker Adds GitHub Actions OIDC, Saying Goodbye to Long-Lived CI Secrets
Docker announced OIDC connections for GitHub Actions, letting CI/CD workflows authenticate with short-lived, per-run tokens instead of long-lived PATs or OATs — no more manual secret rotation.
Environment Deployment
AI prompt template and resources for Environment Deployment