MinIO Client Installation and Quickstart
Pull the mc binary: wget https://dl.min.io/client/mc/release/linux-amd64/mc chmod +x mc ./mc --help Add a Cloud Storage S…
Pull the mc binary: wget https://dl.min.io/client/mc/release/linux-amd64/mc chmod +x mc ./mc --help Add a Cloud Storage S…
How to install minio on Kubernetes MinIO is a distributed object storage service for high performance, high scale data infrastruc…
PLEG is not healthy: Kubernetes Worker Node is in "NotReady" state The Kubernetes worker node shows "NotReady"…
Backup MySQL databases in Kubernetes As we are adopting more and more Databases in kubernetes scheme of things, we need to be mor…
How to Run Automated Tasks in Kubernetes with a cronjob You can use CronJobs to run jobs on a time-based schedule. These automate…
This is a supplimentary article to Install Lightweight Kubernetes (K3s) Cluster with k3OS , where we have seen, how to configure …
k3OS is a lightweight operating system, optimally designed to run Kubernetes (k8s) or more specifically Lightweight Kubernetes (…
Kubernetes (K8s) uses a containerization platform like Docker , containerd , etc. and requires a Registry to download and use D…
Kubernetes or k8s is an open-source container orchestration system for automated application deployment, management and scaling…