guides
guides
How to Effectively use Kubernetes Quality of Service
Learn how to leverage Kubernete's Quality Of Service profiles to better control pod evications and resource utilization.
guides
How to Deploy Jekyll on Kubernetes
Learn how to use Docker to containerize Jekyll static-content websites and deploy them on Kubernetes clusters.
guides
How to Deploy Postgres on Kubernetes
Learn how to deploy a PostgreSQL container instance in Kubernetes with persistent storage, configMaps, and secrets. Also, how to backup a PostgreSQL database in Kubernetes.
guides
How to Deploy Jenkins on Kubernetes
Learn how to deploy Jenkins on Kuberentes using persistent volumes for maintaining plugin installation state, services to expose Jenkins, and configMaps for configuring the server.
guides
How to deploy MEAN apps on Kubernetes
Learn how to run a MEAN stack in Kubernetes by deploying and configuring your Angular and Express apps, as well as MongoDB.
guides
How to Deploy MongoDB on Kubernetes
Learn how to deploy and run highly available MongoDB Kubernetes services by utilizing deployments, secrets, configMaps, and persistent volumes.
guides
How to Deploy LAMP servers on Google Cloud Compute using GCloud
Learn how to deploy a LAMP server on Google Cloud Compute using the gcloud CLI and startup scripts
guides
GitOps: Should Configs be Stored Separately from Application Code
Should configs be stored in the same repository as code or should they be separated into different repositories.
guides
Continuous Delivery with Ansible and Docker
Learn how to use Ansible and Docker to implement an effectively Continuous Delivery strategy in your environment, and accelerate your production releases.
Follow Us