1 / 8

docker and kubernetes Online Training

Visualpath is the Leading and Best Docker Online Training Institute in Hyderabad. We are Providing Live Instructor-Led Online & Classroom Training Classes. Kubernetes Online Training. You get the best course at an affordable cost. Call on - 91-9989971070.<br>

navyateja1
Download Presentation

docker and kubernetes Online Training

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Docker and Kubernetes Online Training +91-9989971070 www.visualpath.in

  2. Multi container apps • Up to this point, we have been working with single container apps. But, we now want to add MySQL to the application stack. • The following question often arises - “Where will MySQL run? Install it in the same container or run it separately?” In general, each container should do one thing and do it well. www.visualpath.in

  3. A few reasons: • There’s a good chance you’d have to scale APIs and front-ends differently than databases • Separate containers let you version and update versions in isolation • While you may use a container for the database locally, you may want to use a managed service for the database in production. You don’t want to ship your database engine with your app then. www.visualpath.in

  4. Running multiple processes will require a process manager (the container only starts one process), which adds complexity to container startup/shutdown Container networking • Remember that containers, by default, run in isolation and don’t know anything about other processes or containers on the same machine. So, how do we allow one container to talk to another? The answer is networking. Now, you don’t have to be a network engineer (hooray!). www.visualpath.in

  5. Start MySQL • There are two ways to put a container on a network: 1) Assign it at start or 2) connect an existing container. • For now, we will create the network first and attach the MySQL container at startup. www.visualpath.in

  6. Connect to MySQL • Now that we know MySQL is up and running, let’s use it! But, the question is... how? If we run another container on the same network, how do we find the container (remember each container has its own IP address)? • To figure it out, we’re going to make use of the container, which ships with a lot of tools that are useful for troubleshooting or debugging networking issues. www.visualpath.in

  7. CONTACT For More Information About Docker And Kubernetes Online Training Address:- Flat no: 205, 2nd Floor, Nilgiri Block, Aditya Enclave, Ameerpet, Hyderabad-16 Ph. No : +91-9989971070 Visit : www.visualpath.in E-Mail : online@visualpath.in

  8. THANK YOU Visit: www.visualpath.in

More Related