k8s-sig-network

Open-source projects categorized as k8s-sig-network

Top 4 k8s-sig-network Open-Source Projects

  • external-dns

    Configure external DNS servers (AWS Route53, Google CloudDNS and others) for Kubernetes Ingresses and Services

  • Project mention: Upgrading Hundreds of Kubernetes Clusters | dev.to | 2024-04-03

    The second one is a combination of tools: External DNS, cert-manager, and NGINX ingress. Using these as a stack, you can quickly deploy an application, making it available through a DNS with a TLS without much effort via simple annotations. When I first discovered External DNS, I was amazed at its quality.

  • gateway-api

    Repository for the next iteration of composite service (e.g. Ingress) and load balancing APIs.

  • Project mention: cert-manager: All-in-One Kubernetes TLS Certificate Manager | dev.to | 2024-05-06

    # cilium/playbook.yml - name: Bootstrap the Kubernetes cluster hosts: localhost gather_facts: false become: true environment: KUBECONFIG: ~/.kube/config vars: helm_version: v3.14.4 kube_context: k3d-k3s-default tasks: - name: Install Kubernetes library ansible.builtin.pip: name: kubernetes<30 state: present - name: Install helm binary ansible.builtin.shell: cmd: "{{ lookup('ansible.builtin.url', 'https://git.io/get_helm.sh', split_lines=false) }}" creates: /usr/local/bin/helm environment: DESIRED_VERSION: "{{ helm_version }}" - name: Install Kubernetes gateway CRDs kubernetes.core.k8s: src: "{{ item }}" state: present context: "{{ kube_context }}" loop: - https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.0.0/standard-install.yaml - https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.0.0/experimental-install.yaml - name: Install cilium block: - name: Add cilium helm repository kubernetes.core.helm_repository: name: cilium repo_url: https://helm.cilium.io - name: Install cilium helm release kubernetes.core.helm: name: cilium chart_ref: cilium/cilium namespace: kube-system state: present chart_version: 1.15.x kube_context: "{{ kube_context }}" values: gatewayAPI: enabled: true kubeProxyReplacement: true encryption: enabled: true type: wireguard operator: replicas: 1

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • cluster-proportional-autoscaler

    Kubernetes Cluster Proportional Autoscaler Container

  • ip-masq-agent

    Manage IP masquerade on nodes

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

k8s-sig-network related posts

  • cert-manager: All-in-One Kubernetes TLS Certificate Manager

    2 projects | dev.to | 6 May 2024
  • ArgoCD Deployment on RKE2 with Cilium Gateway API

    2 projects | dev.to | 19 Feb 2024
  • Using k8s-apiserver as AAA server for microservices?

    4 projects | /r/kubernetes | 17 Feb 2023
  • load balancer and kubernetes

    3 projects | /r/aws | 23 Jan 2023
  • EKS: is it possible to rewrite the URL with ALB?

    1 project | /r/kubernetes | 12 Dec 2022
  • A quick glance at the Kubernetes Gateway API

    3 projects | dev.to | 7 Sep 2022
  • Sharing load balancers between containers

    2 projects | /r/kubernetes | 3 Sep 2022
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 16 May 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Index

What are some of the best open-source k8s-sig-network projects? This list will help you:

Project Stars
1 external-dns 7,286
2 gateway-api 1,595
3 cluster-proportional-autoscaler 591
4 ip-masq-agent 205

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com