mirror of
https://github.com/outbackdingo/deployment.git
synced 2026-04-05 10:06:08 +00:00
Update README.k8s.md
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user