Content

                                                  Content How to create an AWS free Account? Lab 1: To launch amazon Linux EC2 instance Lab 2: To Connect to the instance from Linux client Operating System Lab 3:To Launch amazon windows instance Lab 4: Installing apache in EC2 instance Lab 5: Installing Nginx in EC2 instance Lab 6: Changing Host Name Lab 7: Creating a user and making as a sudoer Lab 8:Assigning an Elastic ip Lab 9:Creating ebs,attach and detach the volumn to the instance Lab 10:Creating an S3 Bucket and creating cross replication in another region Lab 11:Load Balancer Lab 12:Two instances with Application Load Balancer Lab 13:Launching two instances with load Balancer Lab:14 Creating Own VPC  Lab 15: Two instances which classic load Balance with own VPC Lab 16:Two instances with Application load Balancer with own VPC Lab 17: Relational Data B...

DOCKER SWARM LOAD BALANCING

DOCKER SWARM LOAD BALANCING

For Example Docker swarm Load Balancer includes I have one docker swarm master and two work nodes.

                  So basically nodes are labelled swarm manager and swarm nodes.Docker swarm Commands are run in master nodes.Docker swarm Handles scheduling,Service Discovery,Auto scaling,Load Balancing,Docker Demon,internal and external connectivity between docker swarm in clusters,private network communication between containers insides a cluster through multiple containers overall across all nodes in cluster,so containers can be expose outside of a cluster.Docker Swarm load balancing run every node,docker swarm load balancing handles algorithm docker containers and Docker host. without nginx or nginx plus we cannot deploy a swarm.Swarm includes load balancing so why we need another load balancing means docker swarm load balancing includes basic layer of TCP 4.Many application requires additional features like

1.SSL/TLS Termination.

2.Content based Routing.

3.Access control and Authorization.

4.Rewrite and Directs.

So Bascially nginx is a open source it provides SSL /TLS Termination Load balancing Algorithm,configure logging,bandwidth and connections,traffic limits and request rate,Security features like white list and bandwidth.



Comments

Post a Comment

Popular posts from this blog

Lab 21:Installing docker in instance and build an image

Lab 22:Pushing a docker image to docker hub

Lab 5: Installing Nginx in EC2 instance