Git Product home page Git Product logo

bmwg-container-networking's Introduction

Hardware Specification

topology

Node name Specification Description
Master node - CPU : E5-2620 v3 @2.40GHz; 12 cores
- MEM : 32GB
- DISK : 1TB
- NIC : control plane 1G
- OS : CentOS Linux 7.9
- Container Deployment and Network Allocation
- Kubernetes Master
Worker node - CPU : Gold 6148 CPU @2.40GHz; 80 cores
- MEM : 256GB
- DISK : 2TB
- NIC : data plane XL710 for 40GbE
- OS : CentOS Linux 7.9
- Container Service
- Kubernets Worker
- System Under Test (SUT)
Traffic Generator - CPU : Gold 6148 CPU @2.40GHz; 80 cores
- MEM : 256GB
- DISK : 2TB
- NIC : data plane XL710 for 40GbE
- OS : CentOS Linux 7.9
- Traffic Generator
- TREX v2.82

Software Prerequisites for Master Nodes, and Worker Nodes

Step 1: Installing env packages for CentOS
	sudo yum install epel-release
	sudo yum install python-pip
	pip --version

Step 2: Installing Ansible by "virtual environments"
	pip install --upgrade pip
	pip install virtualenv
	
	pip uninstall ansible
	python -m virtualenv ansible
	source ansible/bin/activate 
	python -m pip install ansible==2.9.14
sudo yum install sshpass
sudo yum install libselinux-python
#sudo yum install libselinux-python3
pip install selinux
cp -r /usr/lib64/python2.7/site-packages/selinux $VIRTUAL_ENV/lib/python2.7/site-packages

ssh-key-gen
ssh-copy-id [email protected]

cd /root/k8s_ansible
ansible-playbook installation_k8s.yml
ansible-playbook settingup_k8s_cluster.yml

bmwg-container-networking's People

Contributors

huyng14 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.