Skip to content

Instantly share code, notes, and snippets.

@prasanjit-
Created June 15, 2017 17:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prasanjit-/452d8a728b7580efebbe3230d81f4bbb to your computer and use it in GitHub Desktop.
Save prasanjit-/452d8a728b7580efebbe3230d81f4bbb to your computer and use it in GitHub Desktop.
DevOps - Infra Components
'''''''''''''''''''''''''''''
DevOps Infra Components
'''''''''''''''''''''''''''''
Concepts Covered
Tasks:
- Install Oracle Vbox (Use NAT mode in Networking) HDD-10GB, RAM-1024MB
- Install CentOS 7 Minimal / DVD
- Run common Linux commands (ls, ip a, clear, mkdir, touch, vi)
- Read a bit on previous concepts and DNS.
- Load Balancer, NFS.
Terminals to use for Linux Login:
1. Putty
2. MobaxTerm
#Infra Components:
-Virtualisation
-DNS - Domain Name Service (Pending: Host File)
DNS resolves domain names to IP addresses enabling humans to use memorable domain names while computers on the Internet can use IP addresses.
-LB - Load Balancer
A load balancer is a device that acts as a reverse proxy and distributes network or application traffic across a number of servers. Load balancers are used to increase capacity (concurrent users) and reliability of applications.
Examples: Hardware and Software LB.
-NFS - Network File System
Linux file system which allows a server to share directories and files with clients over a network.
:: Practicals- HAProxy Installation & usage | Apache/Nginx Installation | NFS Installation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment