Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
90daysofdevops | 23,911 | 2 days ago | 1 | May 09, 2022 | 8 | other | Shell | |||
I am using this repository to document my journey learning about DevOps. I began this process on January 1, 2022, and plan to continue until March 31. I will be dedicating one hour each day, including weekends, to gaining a foundational understanding of the various aspects of DevOps. This will be a 90-day intensive study period. 2022 & 2023 inc. | ||||||||||
Cilium | 16,563 | 22 | 14 hours ago | 763 | July 27, 2023 | 1,087 | apache-2.0 | Go | ||
eBPF-based Networking, Security, and Observability | ||||||||||
Netmaker | 7,994 | 2 | 2 days ago | 84 | July 31, 2023 | 166 | other | Go | ||
Netmaker makes networks with WireGuard. Netmaker automates fast, secure, and distributed virtual networks. | ||||||||||
Devops Guide | 7,127 | 10 hours ago | 8 | mit | HTML | |||||
DevOps Guide - Development to Production all configurations with basic notes to debug efficiently. | ||||||||||
Netshoot | 6,578 | a month ago | 23 | apache-2.0 | Shell | |||||
a Docker + Kubernetes network trouble-shooting swiss-army container | ||||||||||
Weave | 6,506 | 1 | 13 days ago | 74 | September 01, 2021 | 523 | apache-2.0 | Go | ||
Simple, resilient multi-host containers networking and more. | ||||||||||
Certified Kubernetes Administrator Course | 5,885 | 5 days ago | 25 | Shell | ||||||
Certified Kubernetes Administrator - CKA Course | ||||||||||
Serving | 5,122 | 124 | 2 days ago | 785 | July 25, 2023 | 208 | apache-2.0 | Go | ||
Kubernetes-based, scale-to-zero, request-driven compute | ||||||||||
Cni | 5,036 | 614 | 15 hours ago | 85 | July 27, 2022 | 131 | apache-2.0 | Go | ||
Container Network Interface - networking for Linux containers | ||||||||||
Calico | 5,001 | 1 | 2 days ago | 894 | April 05, 2022 | 526 | apache-2.0 | Go | ||
Cloud native networking and network security |
The Gateway API is a part of SIG Network, and this repository contains the specification and Custom Resource Definitions (CRDs).
The latest supported version is v1beta1
as released by the v0.8.1
release of
this project.
This version of the API is has beta level support for the following resources:
v1beta1.GatewayClass
v1beta1.Gateway
v1beta1.HTTPRoute
v1beta1.ReferenceGrant
For all other APIs we provide alpha level support.
The API specification and detailed documentation is available on the project website: https://gateway-api.sigs.k8s.io.
To get started, please read through API concepts and Security model. These documents give the necessary background to understand the API and the use-cases it targets.
Once you have a good understanding of the API at a higher-level, check out getting started to install your first Gateway controller and try out one of the guides.
A complete API reference, please refer to:
Community meeting schedule, notes and developer guide can be found on the community page. Our Kubernetes Slack channel is #sig-network-gateway-api.
Participation in the Kubernetes community is governed by the Kubernetes Code of Conduct.