Docker for Java Developers
What you’ll learn
How you can run Docker Containers
How you can create and run your own Docker Images
Publish Docker Images to Docker Hub
Learn how to use Docker Compose to Run Multiple Docker Containers
Use Docker Swarm for Cloud Scale Computing
Use Maven to Create Docker Images
How to use Docker Containers for Integration Tests
Run multiple Docker containers with Docker Compose
How you can leverage Docker Containers for Integration tests from CI Builds
Create Your Own Docker Swarm Cluster
Requirements
Students taking the course should have basic Java programming skills
Spring knowledge is not required, but helpful
The ideal student will have basic Linux skills
Local Admin access for installing Docker
Description
If you’re a Java developer, Docker is a true game changer for you!Developing Java applications in large enterprises is no easy task. Every day you are asked to work with many different technologies. In the morning, you might need to save data to a MySQL database. In the afternoon, you might be working with RabbitMQ. Tomorrow you might be asked to work with Mongo or Redis.Think about what you need to do when working with all these different technologies.If you install all these on your laptop, it becomes cluttered and slow. Sure, you could use VMs to run these – if you really want to slow down your laptop. Virtual Machines are awesome, but VMs can also be huge resource hogs. If you’re on a dev team, you can set up dedicated development servers. But then you don’t have a clean development environment. And your development work becomes dependent on access to the development servers.Docker is an exciting technology you can leverage for enterprise development.The popularity of Docker has been explosive. Much of the industry focus has been on DevOps. But more so on the Operations part.Did you know Google creates roughly 285 MILLION Docker containers per day?Docker is clearly a popular technology for running cloud scale applications like GMail. But as a Java developer, what does Docker mean to you?Are you working with MySQL? There’s a ready made Docker image for you.Postgres? Mongo DB? Redis? Cassandra? RabbitMQ? ActiveMQ? Kafka?Yep, there’s Docker images you can download and use today.You can use Docker for a lot more than just your local development. Are you developing microservices? If you are not already deploying your microservices in Docker containers, chances are you soon will be.Introduction to DockerThis course starts off assuming you have no knowledge about Docker. You will learn why Docker is not like a Virtual Machine. Right away, you will learn how to run a Docker container with a Docker Image pulled down from Docker hub.As the course progresses, you will learn how to create your own Docker images and publish those images to Docker hub.Java DevOps with DockerThrough the use of the Fabric8 Maven plugin, you will learn how to automate many Docker tasks, such as creating images for microservices. Docker Compose is a powerful tool to run multiple Docker containers. You will learn how to run how to run an application consisting of a Spring Boot web application, RabbitMQ, a page view microservice, and a MySQL database. Through Docker Compose, with a single command, you will be able to start or stop this application on any Docker machine!Using Docker Swarm ModeYou’ll learn how Docker Swarm Mode does container orchestration. In this course, you will provision your own Docker Swarm Cluster in the cloud. You will deploy a containerized Java application into a Docker Swarm Cluster. You’ll see what a powerful feature Docker Swarm’s routing mesh is, and how you can dynamically scale your application. Expert InterviewsThis course includes interviews with leading industry experts!James Labocki – Product Owner, Red Hat Cloud InfrastructureMore on the way!Slack GroupExclusive to this course is a Slack group you can join to interact with the instructor, teachers assistants, and other students learning Docker from around the world. Say hi. Get help with a problem, or help someone else. When you enroll in this course you can join a community of others learning Docker!Spring Boot Cookbook!Course includes a Spring Boot Cookbook giving you example Spring Boot projects you can use against popular open source technologies including:Mongo DBMySQLPostgresMaria DBDB2 ExpressNeo4JRedisCassandraActiveMQRabbitMQ
Overview
Section 1: Introduction
Lecture 1 Course Introduction
Lecture 2 Instructor Introduction
Lecture 3 Free 120 Day IntelliJ Trial!
Lecture 4 Checking out from GitHub
Lecture 5 GitHub Workflow
Lecture 6 Docker Cheat Sheet
Lecture 7 Course Slack Room – Chat Live with Me and Other Gurus!
Section 2: Introduction to Docker
Lecture 8 Introduction
Lecture 9 What is Docker
Lecture 10 Docker Editions
Lecture 11 Installing Docker
Lecture 12 Hello World with Docker
Lecture 13 Docker Hub
Lecture 14 Introducing KiteMatic
Lecture 15 Assignment – Run Hello World Nginx
Lecture 16 Conclusion
Section 3: Working with Containers and Images
Lecture 17 Introduction
Lecture 18 Running Mongo DB Docker Container
Lecture 19 Assignment – download and run Spring Boot Project
Lecture 20 Assignment Review
Lecture 21 Docker Images
Lecture 22 Docker Files
Lecture 23 Non Persistent Container Storage
Lecture 24 Assigning Storage
Lecture 25 Assignment – Run Rabbit MQ in a Docker Container
Lecture 26 Assignment Review
Lecture 27 Assignment – Run MySQL in a Docker Container
Lecture 28 Assignment Review
Lecture 29 Docker House Keeping
Lecture 30 Flash Cards
Lecture 31 Conclusion
Section 4: Running Spring Boot in a Centos Image
Lecture 32 Introduction
Lecture 33 Preparing CentOS for Java development
Lecture 34 Run Your Own Spring Boot App
Lecture 35 Sample Spring Boot Application
Lecture 36 Running Spring Boot from Docker
Lecture 37 Assignment – Fix Dockerfile
Lecture 38 Assignment Review
Lecture 39 Interview with James Labocki of Red Hat
Lecture 40 Conclusion
Section 5: DevOps – Automating Building of Docker Images
Lecture 41 Introduction
Lecture 42 Maven vs Gradle and Fabric8
Lecture 43 Spring Boot Application Code Review
Lecture 44 Adding Fabric8 Maven Plugin
Lecture 45 Creating Docker Image in Fabric 8
Lecture 46 Publishing to Dockerhub
Lecture 47 Assignment – perform a release in Maven
Lecture 48 Assignment Code Review
Lecture 49 Using A Docker File Template
Lecture 50 Flash Cards
Lecture 51 Conclusion
Section 6: Running Images from Maven
Lecture 52 Introduction
Lecture 53 Running a Docker image from Maven
Lecture 54 Design for a more robust application
Lecture 55 Application Code Review
Lecture 56 Running Example Application with Docker
Lecture 57 Running Docker Containers via Maven
Lecture 58 Using Docker Containers for Integration Testing
Lecture 59 Using Maven for CI Builds
Lecture 60 Assignment: Add Pageview Counter for Index Page
Lecture 61 Assignment Review
Lecture 62 Flash Cards
Lecture 63 Conclusion
Section 7: Using Docker Compose
Lecture 64 Introduction to Docker Compose
Lecture 65 YAML Crash Course
Lecture 66 Run WordPress with Docker Compose
Lecture 67 Run Pageview Service with Docker Compose
Lecture 68 Assignment: Add Web Application to Docker Compose
Lecture 69 Assignment Review
Lecture 70 Adding Spring Boot Actuator
Lecture 71 Conclusion
Section 8: Docker Swarm Mode
Lecture 72 Introduction
Lecture 73 What is Docker Swarm Mode?
Lecture 74 Docker Swarm Mode Init
Lecture 75 Docker Swarm Topology
Lecture 76 Provision Servers for Docker Swarm
Lecture 77 Assignment – Install Docker on Swarm Servers
Lecture 78 Assignment – Review Install Docker
Lecture 79 Creating a Multi Node Docker Swarm
Lecture 80 Assignment – Install Portainer
Lecture 81 Assignment Review
Lecture 82 Docker Swarm Service Discovery
Lecture 83 Docker Swarm Routing Mesh
Lecture 84 Flash Cards
Lecture 85 Conclusion
Section 9: Running Java Apps in Docker Swarm
Lecture 86 Introduction
Lecture 87 Deploy MySQL as Service in Docker Swarm
Lecture 88 Docker Overlay Networks
Lecture 89 Docker Swarm Stacks
Lecture 90 Using Docker Secrets
Lecture 91 Implementing Docker Secrets
Lecture 92 Conclusion
Section 10: Appendix A – Using GitHub
Lecture 93 GitHub Basics
Lecture 94 GitHub Workflow
Section 11: Spring Boot Cookbook
Lecture 95 Spring Boot Cookbook Introduction
Lecture 96 Spring Boot Mongo DB Example
Lecture 97 Spring Boot MySQL Example
Lecture 98 Spring Boot Postgres Example
Lecture 99 Spring Boot Maria DB Example
Lecture 100 Spring Boot DB2 Example
Lecture 101 Spring Boot Oracle Example
Lecture 102 Spring Boot Neo4J Example
Lecture 103 Spring Boot Redis Example
Lecture 104 Spring Boot Cassandra Example
Lecture 105 Spring Boot ActiveMQ Example
Lecture 106 Spring Boot RabbitMQ Example
The ideal student for this course is a Java developer who wants to learn how to use Docker
Course Information:
Udemy | English | 10h 37m | 10.78 GB
Created by: John Thompson • 500,000+ Enrollments Worldwide
You Can See More Courses in the Developer >> Greetings from CourseDown.com