Soo broken


Posts

2020-07-23
Reading Time: 5 minutes

Kubernetes - Dynamic NFS provisioning

Introduction We previously configured NFS volumes in Kubernetes for reliable free fault-tolerant networked storage. The downside of manually defining volumes is that only Kubernetes administrators can create volumes; this might be desired in some cases to implement strict control of NFS usage.

2020-07-08
Reading Time: 5 minutes

Kubernetes- Implement persistent resources using NFS volumes

Introduction Kubernetes, with all its greatness, still needs a place where to reliably store data and make that data persist across pod restarts and nodes.

2020-06-25
Reading Time: 4 minutes

Kubenretes (K3s) - Adding a private insecure registry

Introduction K3s is a minimalistic kubernetes platform created by Rancher. It uses SQLite instead of etcd and provides a powerfull platform with builtin service Loadbalancer.