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.
Provider
12 results shownFounded in 2017, Fly.io is a US global application deployment platform for developers, deploying Docker containers across 30+ regions with Fly Machines cold-starting in about 300ms and billed per second.
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.
Koyeb is a serverless cloud platform headquartered in San Francisco, United States, supporting automatic containerized app deployment from Git repositories with edge deployment in 30+ regions globally.
Created by Emile Vauge and others in 2015 in Paris, France, Traefik is a leading cloud-native reverse proxy and load balancer. Centered on automatic service discovery, it natively integrates with container orchestration platforms such as Kubernetes and Docker, with automatic Let's Encrypt SSL management.
Uptime Kuma is a free, open-source, self-hosted uptime monitoring tool released in 2021 with Docker one-click deployment. Supports 20+ monitor types (HTTP, Ping, Port, SSL), a beautiful status page, and 90+ notification channels.
Created by Jeff Lindsay in 2013, Dokku is an open-source (MIT) mini PaaS built on Docker, known for git push one-click deployment and Heroku Buildpacks compatibility, ideal for self-hosted single-server application platforms.
Coolify is an open-source self-hosted PaaS from the Hungarian team coolLabs that deploys apps and databases with one click; 491,197+ self-hosted instances run 280+ one-click services.
Semaphore CI is a cloud CI/CD platform founded in 2012 in San Francisco, USA, known for being 10x faster with Docker-native builds and parallel testing.
Fly.io is a US edge application deployment platform that runs Docker containers on 35+ global edge nodes for extremely low access latency, supporting direct deployment from Dockerfile or Git with automatic SSL, load balancing, and scaling, plus a generous free tier for individual developers and small projects.
CodeShip was CloudBees' cloud CI/CD service offering deep GitHub/Bitbucket integration for continuous integration and deployment; the product reached end-of-life in January 2026, and CloudBees recommends migrating to CloudBees Unify and other platforms.
Buddy is a CI/CD platform founded in Warsaw, Poland in 2014, featuring a drag-and-drop visual pipeline, native Docker/Kubernetes deployment, and parallel builds, with deep integration for GitHub, GitLab, and Bitbucket.
Article
12 results shownDocker Beginner Tutorial: From Installation to Containerized Web Deployment
Docker is the core technology for modern application deployment. This tutorial covers Docker basics, image building, and Docker Compose orchestration.
Complete Docker deployment guide for websites: from development to production
Docker containerization makes website deployment more consistent and reliable. From Dockerfile writing to Compose orchestration to production deployment.
Container Security Best Practices: Protecting Docker and Kubernetes Environments
Container security is a critical defense in cloud-native architecture. This article covers image scanning, runtime security, Kubernetes RBAC, network policies, Pod security standards, and audit monitoring.
Developer Tools Panorama: What Version Control, Package Managers, CI/CD, Containers, and Monitoring Each Solve
Beginners get drowned in tools like Git, npm, Docker, GitHub Actions, and Prometheus. Using a cooking analogy, this guide fits version control, package managers, CI/CD, containers, and monitoring into one big picture.
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
Uptime Kuma Deployment
Self-host Uptime Kuma with Docker Compose and Nginx — HTTP/TCP/Ping/DNS/certificate checks, notification setup, a monitor-type reference, and alerting best practices.
Server Initialization Script
A complete server initialization script covering security hardening, user creation, firewall, and essential software installation.
Nginx Site Configuration
Three copy-paste Nginx site configurations — static site + HTTPS, PHP-FPM proxy, and Node.js reverse proxy — with a comparison table, go-live commands, and common pitfalls.
Git Auto-Deployment Workflow
Configure automated website deployment using GitHub Actions and Git Hooks — push to deploy workflows.
Docker Compose LAMP Stack
Build a Docker Compose LAMP stack (Nginx + PHP-FPM + MySQL) with a .env file, Nginx-to-PHP routing, troubleshooting notes, and a pre-launch security checklist.