kube-router | Kube-router , a turnkey solution for Kubernetes networking | Networking library

 by   cloudnativelabs Go Version: v1.5.4 License: Apache-2.0

kandi X-RAY | kube-router Summary

kandi X-RAY | kube-router Summary

kube-router is a Go library typically used in Networking applications. kube-router has no bugs, it has no vulnerabilities, it has a Permissive License and it has medium support. You can download it from GitHub.

Kube-router is a turnkey solution for Kubernetes networking with aim to provide operational simplicity and high performance.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              kube-router has a medium active ecosystem.
              It has 2073 star(s) with 450 fork(s). There are 51 watchers for this library.
              There were 1 major release(s) in the last 12 months.
              There are 35 open issues and 602 have been closed. On average issues are closed in 431 days. There are 5 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of kube-router is v1.5.4

            kandi-Quality Quality

              kube-router has 0 bugs and 0 code smells.

            kandi-Security Security

              kube-router has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              kube-router code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              kube-router is licensed under the Apache-2.0 License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              kube-router releases are available to install and integrate.
              Installation instructions are available. Examples and code snippets are not available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of kube-router
            Get all kandi verified functions for this library.

            kube-router Key Features

            No Key Features are available at this moment for kube-router.

            kube-router Examples and Code Snippets

            No Code Snippets are available at this moment for kube-router.

            Community Discussions

            QUESTION

            kube-router assigning ClusterIPs outside of default subnet
            Asked 2021-Jan-18 at 12:44

            I have in my home lab a default installation of Kubernetes with kube-router as the network provider. kube-router is, as default, set as the service proxy. I have not set an explicit service-cluster-ip-network in my kube-controller-manager, so kube-router should be assigning service cluster IPs only within the default 10.96.x.x/16 subnet. However, I am regularly getting service cluster IPs anywhere within the larger 10.x.x.x./8 subnet. I am at a loss where/why it's not remaining within 10.96.x.x. Ideas? Thanks!

            ...

            ANSWER

            Answered 2021-Jan-18 at 12:44

            TL;DR

            Your Kubernetes cluster is behaving correctly.

            By default (if not specified otherwise) using kubeadm to provision your cluster, the --service-cidr is set to 10.96.0.0/12.

            ClusterIP address like 10.110.15.13 would be included in the above mentioned network (10.96.0.0/12).

            I've provided more explanation below:

            Subnetting

            If you use one of the available online IP calculators you will be seeing exact same situation like the one included below:

            CIDR 10.96.0.0/12 Subnet mask 255.240.0.0 Network address (first) 10.96.0.0 Broadcast address (last) 10.111.255.255 First useable address 10.96.0.1 Last useable address 10.111.255.254 Number of hosts allocatable 1048574

            By above diagram you can see that the Service IP range would be following:

            • 10.96.0.1-10.111.255.254

            This would make IP's like: 10.104.5.2, 10.110.15.13 be in range of above network.

            Kubernetes --service-cidr

            As said earlier if you don't specify the --service-cidr when using $ kubeadm init it will be set to default 10.96.0.0/12.

            Following the official documentation of kubeadm:

            Source https://stackoverflow.com/questions/65581555

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install kube-router

            How it Works
            Architecture
            See Kube-router in action
            User Guide
            Developer Guide

            Support

            We encourage all kinds of contributions, be they documentation, code, fixing typos, tests — anything at all. Please read the contribution guide.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/cloudnativelabs/kube-router.git

          • CLI

            gh repo clone cloudnativelabs/kube-router

          • sshUrl

            git@github.com:cloudnativelabs/kube-router.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular Networking Libraries

            Moya

            by Moya

            diaspora

            by diaspora

            kcptun

            by xtaci

            cilium

            by cilium

            kcp

            by skywind3000

            Try Top Libraries by cloudnativelabs

            kube-shell

            by cloudnativelabsPython

            ipsec-container

            by cloudnativelabsShell

            cloudnativelabs.github.io

            by cloudnativelabsHTML

            pxe

            by cloudnativelabsShell