Thanks for giving a great information about DevOps Good Explination nice Article anyone want to learn advance devops tools or devops online training DevOps Online Training
Step: 1 Ø Login to AWS and launch 3 EC2 Instances (Master and 2 Nodes) Ø EC2 might be any Ubuntu/fedora/Rhel OS Step: 2 Ø Add kube-master in /etc/hostname file and in Master instance Ø Add kube-node1 in /etc/hostname file and in Node-1 instance Ø Add kube-node2 in /etc/hostname file and in Node-2 instance Ø Add the below 3 lines in all the three servers (Master, Node1, Node2) in /etc/hosts file <master-Pvt-Ip-Addr> kube-master <master-Pvt-Ip-Addr> kube-node1 <master-Pvt-Ip-Addr> kube-node2 Step: 3 Ø Install Docker $ sudo su $ apt-get update $ apt-get install -y docker.io Ø Install HTTPS support (if necessary) $ apt-get update $ apt-get install -y apt-transport-https Ø Install curl command $ apt-get install -y curl Ø Retrieve the key for the Kubernetes repo and add it to...
Maven tutorial provides basic and advanced concepts of apache maven technology. Our maven tutorial is developed for beginners and professionals. Maven is a powerful project management tool that is based on POM (project object model). It is used for projects build, dependency and documentation. It simplifies the build process like ANT. But it is too much advanced than ANT. Current version of Maven is 3. Understanding the problem without Maven There are many problems that we face during the project development. They are discussed below: 1) Adding set of Jars in each project: In case of struts, spring, hibernate frameworks, we need to add set of jar files in each project. It must include all the dependencies of jars also. 2) Creating the right project structure: We must create the right project structure in servlet, struts etc, otherwise it will not be executed. 3) Building and Deploying the project: We must have to buil...
Thanks for giving a great information about DevOps Good Explination nice Article
ReplyDeleteanyone want to learn advance devops tools or devops online training
DevOps Online Training