From ce3b54ba479009e2fcc943f4fdd69f3ad2accbce Mon Sep 17 00:00:00 2001 From: Aung Zan Baw Date: Tue, 12 Sep 2023 12:19:55 +0900 Subject: [PATCH] Editing CNI URl to k8 doc Signed-off-by: Aung Zan Baw --- content/docs/_index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/docs/_index.md b/content/docs/_index.md index 5332bc3..f8acc1e 100644 --- a/content/docs/_index.md +++ b/content/docs/_index.md @@ -16,10 +16,10 @@ To avoid duplication, we think it is prudent to define a common interface betwee ## Who is using CNI? ### Container runtimes -- [Kubernetes](https://kubernetes.io/docs/admin/network-plugins/) - a system to simplify container operations -- [HashiCorp Nomad](https://www.nomadproject.io/) - A simple and flexible scheduler and orchestrator to deploy and manage containers and non-containerized applications across on-prem and clouds at scale. -- [Containerd](https://containerd.io/) - A CRI-compliant container runtime -- [cri-o](https://cri-o.io/) - A lightweight container runtime +- [Kubernetes](https://kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/) - a system to simplify container operations +- [HashiCorp Nomad](https://www.nomadproject.io/) - a simple and flexible scheduler and orchestrator to deploy and manage containers and non-containerized applications across on-prem and clouds at scale +- [Containerd](https://containerd.io/) - a CRI-compliant container runtime +- [cri-o](https://cri-o.io/) - a lightweight container runtime - [OpenShift](https://github.com/openshift/origin/blob/master/docs/openshift_networking_requirements.md) - Kubernetes with additional enterprise features - [Cloud Foundry](https://github.com/cloudfoundry-incubator/cf-networking-release) - a platform for cloud applications - [Apache Mesos](https://github.com/apache/mesos/blob/master/docs/cni.md) - a distributed systems kernel