Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correcting invalid URL for Kubernetes #124

Closed
wants to merge 4 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions content/docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down