Kind utility to create kubernetes cluster

I am installing kind on Mac OS, For other Operating Systems below is installation Guide https://kind.sigs.k8s.io/docs/user/quick-start/ |  ❭ brew install kind ==> Downloading https://ghcr.io/v2/homebrew/core/kind/manifests/0.11.0 ######################################################################## 100.0% ==> Downloading https://ghcr.io/v2/homebrew/core/kind/blobs/sha256:872579a3058f9d1e65261effc0b527b80a06fab5c6ea993645a136c19c282d7b ==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sha256:872579a3058f9d1e65261effc0b527b80a06fab5c6ea993645a136c19c282d7b?se=2021- ######################################################################## 100.0% ==> Pouring kind--0.11.0.catalina.bottle.tar Following commands are supported by Kind |  ❭ kind  kind creates and manages local Kubernetes … Continue reading Kind utility to create kubernetes cluster

velero

Velero is an open source tool to safely backup and restore, perform disaster recovery, and migrate Kubernetes cluster resources and persistent volumes. https://velero.io/ I will be installing velero and required packages in virtual machine, so creating vagrant box, you can install on base machine as well . |  ❭ mkdir velero |  ❭ … Continue reading velero