diff --git a/README.k8s.md b/README.k8s.md index e4730e5..6f7ecc5 100644 --- a/README.k8s.md +++ b/README.k8s.md @@ -86,14 +86,11 @@ sudo chown $(id -u):$(id -g) $HOME/.kube/config Install `Calico` as the networking solution for your Kubernetes cluster. Calico provides a robust and scalable networking layer, enabling secure and efficient communication between your pods. To deploy Calico, apply the following manifest: -````bash -kubectl apply -f https://docs.projectcalico.org/manifests/calico.yaml - ```bash kubectl create -f https://raw.githubusercontent.com/projectcalico/calico/v3.28.1/manifests/tigera-operator.yaml kubectl create -f https://raw.githubusercontent.com/projectcalico/calico/v3.28.1/manifests/custom-resources.yaml watch kubectl get pods -n calico-system -```` +``` Remove the taint to allow scheduling of pods on the master node, as this is a single-node cluster. @@ -121,6 +118,10 @@ git clone https://github.com/kerberos-io/deployment cd deployment ``` +### OpenEBS + +When you create a Kubernetes cluster using `kubeadm` on a bare metal machine + ### Object storage: MinIO MinIO is a high-performance, distributed object storage system that is compatible with Amazon S3 cloud storage service. It is designed to handle large-scale data storage and retrieval, making it an ideal choice for modern cloud-native applications.