Saniul Ahsan

#javascript, #python, #microservices, #automations, #blockchains, #devops

Backup Couchbase Database with Kubernetes CronJob

Creating a backup CronJob for Couchbase in Kubernetes involves setting up a scheduled task that triggers backups at specified intervals. Here’s an outline of steps to achieve this: 1. Set Up Couchbase Backup Script: You’ll need a script or tool to perform the Couchbase backups. Couchbase provides cbbackupmgr for backups. Ensure this tool or a

Helm Chart 101

Helm is a package manager for Kubernetes that simplifies the deployment and management of applications on a Kubernetes cluster. It helps in defining, installing, and upgrading even complex Kubernetes applications using configurations called Helm charts. Here’s a basic rundown of Helm concepts: Helm Commands: Basic Workflow: Installation: Basic Commands: Best Practices: Helm simplifies Kubernetes application