Giter VIP home page Giter VIP logo

kubernetes-project-file's Introduction

devops-kubernetes-practical-01

make the clustering of 3 nodes and create ngnix deployment of of 3 replica

Basic

  1. Own Security group, that allow all traffic from any destinatin to Ec2 machine
  2. Create 3 instance ( t2. mediaum / ubuntu latest ami) with common keypair
  3. Attach instances with security group , that create in step 1
  4. Rename all the machine as master, slave1 & slave2

Setup of master machine -

  1. Access the master machine by putty or any other tools

  2. Take the administrative previlege by command : sudo su

  3. change the host name by command : hostnamectl set-hostname master # for master its master , for slave 1 its savel1 like this .

  4. create a file install.sh and paste the command from the link and save it Link - link

  5. execute the file the command is : bash install.sh

  6. do the same activities (1-4) all the 3 nodes

  7. do the cluster setup the command is : kubeadm init # this command will through the token for all save1 and salve2

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.