This is the Linux app named amazon-vpc-cni-k8s whose latest release can be downloaded as v1.15.1sourcecode.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named amazon-vpc-cni-k8s with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS:
amazon-vpc-cni-k8s
DESCRIPTION:
Networking plugin repository for pod networking in Kubernetes using Elastic Network Interfaces on AWS. Launch kubelet with network plugins set to cni (--network-plugin=cni), the cni directories configured (--cni-config-dir and --cni-bin-dir) and node ip set to the primary IPv4 address of the primary ENI for the instance (--node-ip=$(curl http://169.254.169.254/latest/meta-data/local-ipv4)). It is also recommended that you set --max-pods equal to (the number of ENIs for the instance type × (the number of IPs per ENI - 1)) + 2; for details, see vpc_ip_resource_limit.go. Setting --max-pods will prevent scheduling that exceeds the IP address resources available to the kubelet. The Amazon VPC CNI plugin for Kubernetes supports a number of configuration options, which are set through environment variables. The following environment variables are available, and all of them are optional.
Features
- make defaults to make build-linux that builds the Linux binaries
- Create a docker container using the docker-build with the finished binaries
- Use a docker container (golang:1.16) to build the binaries
- Use a docker container (golang:1.16) to run all unit tests
- When a worker node first joins the cluster, there is only 1 ENI along with all of its addresses in the ENI
- The Amazon VPC CNI plugin for Kubernetes supports a number of configuration options
Programming Language
Go
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/amazon-vpc-cni-k8s.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.