open source FastAPI Production Deployment with Github actions & Dokku This FastAPI tutorial shows you how to develop and deploy python FastAPI to a server with automated deployment & TLS using Github Actions. Based on this FastAPI deployment example repo.
kubernetes How large public and private organisations are using teams, kubernetes, vault and git to manage their deployments This document sets out my observations of recently working in a large public sector environment in the UK managing significant workloads. This is also a good history comparing deployment practices
docker Docker entrypoint vs cmd I'm always forgetting what is the difference between Docker's entry point vs Docker cmd. Which one to use and when? Tldr: "You can use the exec form of ENTRYPOINT
open source Kubernetes updating many deployments at once Subscribie is a website builder targeting the niche of users who want to build a subscription based website. It allows users to quickly spin up a website and sell items
open source Scaling Kubernetes ReadWriteMany Ceph Deployments Run ReadWriteMany volumes on Google Kubernetes engine which allows your Deployments with persistent data to scale. This allows us to scale a Kubernetes deployment with Persistent Volumes without the deployment
Sysadmin Kubernetes SSL Certificates- How to Set-up a Cluster With SSL Termination Using Cert Manager on a Kubernetes cluster to do SSL termination. By the end of this guide you will be able to: Route SSL traffic from a domain your own