Pages

Courses

ALL COURSES

Resources

ALL RESOURCES

Blogs

ALL BLOGS
Register now for 15% off public training through March 31, 2024. Use code NEWYEAR at checkout.
Exclusions apply. See Terms & Conditions for details.

Microservices Engineering Boot Camp

Learn a Practical Approach to Microservices and Get Hands-on Practice With the Real-world Toolchain.

Overview

For IT professionals, developers, software engineers, and DevOps practitioners – microservices training provides the technical practices and tooling fundamentals necessary to begin realizing the benefits of microservices as a foundation for IT architecture, software engineering, and service/release delivery. This course includes 16 hands-on exercises that give you real-world practice on the engineering tools and skills a team needs in order to realistically implement your own flavor of Microservices architecture patterns so you can address the team needs of your own organization.

Whether you want to create new services, decouple a few services from your overall architecture, or refactor an entire monolithic architecture into a microservice design pattern, this course quickly teaches you the practical toolset and skills to get up and running with microservices in your own systems. Loosely coupled components and services allow teams to deploy more freely and independently, with less risk to the architecture.

Reserve Your Seat
$2450 (USD)
3 days/24 hours of instruction
Group (3+): $2350 USD
GSA: $2340 USD
Education Credits:
24 PDUs
2 Leadership PDUs
8 Strategy PDUs
14 Technical PDUs
14 ACP PDUs
10 PBA PDUs
10 PFMP PDUs
24 PDUs

Next Upcoming Course

Live Online

Apr 8th - 10th, 2024
12:00 PM - 8:00 PM ET
$2450(usd)
form pictures
private group

Train up your teams with private group training

Have a group of 5 or more students? Cprime also provides specialist private training with exclusive discounts for tailored, high-impact learning.

Contact Us

Microservices Engineering Boot Camp Schedule

Delivery
Date
Reserve your seat

Live Online

Apr 8th - 10th, 2024
12:00 PM - 8:00 PM ET
$2450(usd)

Live Online

May 6th - 8th, 2024
9:00 AM - 5:00 PM ET
$2450(usd)

Live Online

Jun 3rd - 5th, 2024
8:30 AM - 4:30 PM ET
$2450(usd)

Live Online

Jul 10th - 12th, 2024
10:00 AM - 6:00 PM ET
$2450(usd)

Live Online

Aug 7th - 9th, 2024
9:00 AM - 5:00 PM ET
$2450(usd)

Live Online

Sep 9th - 11th, 2024
12:00 PM - 8:00 PM ET
$2450(usd)

Live Online

Oct 2nd - 4th, 2024
9:00 AM - 5:00 PM ET
$2450(usd)

Live Online

Nov 6th - 8th, 2024
8:30 AM - 4:30 PM ET
$2450(usd)

Live Online

Dec 2nd - 4th, 2024
10:00 AM - 6:00 PM ET
$2450(usd)

Full Course Details

Part 1: Intro to Microservices

  1. Optimize for speed, not efficiency
  2. Case Study: General Electric
    1. Throughput
    2. Waste
  3. Amazon Web Services Case Study (SOA/Microservices)
    1. Problem: Scaling the Organization and the ‘Big ball of mud’
    2. Conway’s Law
    3. Service Oriented Architecture
    4. Forced Self Service Mandate
    5. Result: Amazon dominance of cloud
    6. Result: High velocity at scale
  4. Intro to Containers (encapsulation)
    1. What is Docker
    2. Exercise: Install Docker
    3. Exercise: Docker Hello World
    4. Docker ecosystem
    5. Docker concepts
    6. Container encapsulation/ideal use cases
      1. Encapsulation
      2. Speed
      3. Increased utilization of computing resources
    7. Benefits
      1. Configure once, run everywhere
    8. VM’s vs Container use cases
      1. Databases & stateless workloads
    9. Docker Architecture
    10. Exercise: Docker 101 – Web App
    11. Docker File System
    12. Docker Images
    13. Exercise: Stateless Web App
    14. Local Registry
    15. Data Volumes
    16. Exercise: Docker 201 – Compose Multi-tier app
    17. Continuous integration patterns
    18. Docker Security
    19. Continuous Integration
      1. Canary Release
      2. Blue Green Deployment
      3. A/B Testing
      4. Rolling Update
      5. Jenkins Plugin
  5. Microservice challenge: Continuous Integration Service
    1. On-Premise
      1. Jenkins
    2. SaaS Service
      1. Shippable
      2. Jenkins
      3. TravisCI
    3. Exercise: Trigger build/tests from change

Part 2: Microservices in Development

  1. Uber Case Study
    1. 2000 services, 1000 engineers
    2. Tradeoffs
      1. Plus – overall development speed
      2. Cons – technical challenges
  2. Box Case Study
    1. Traditional service deployment with bare metal
    2. 10x faster workflow with DevOps practices
  3. Microservice challenge: Image repository
    1. Docker repository development instance
    2. On-Premise Service
      1. Quay by CoreOS
    3. SaaS solution
      1. Docker Hub
      2. JFrog
    4. Exercise: Submit image to service
    5. Exercise: Pull image from service
  4. Intro to Kubernetes (Containers at Google)
    1. Prerequisites
    2. Containers
    3. Linux Kernel Features
    4. Container User Experience
    5. New Container Capabilities
    6. Gaps using Containers in Production
  5. Exercise: Kubernetes 100: Hello World
  6. Core Concepts
    1. Cluster Orchestration
    2. Originated at Google
    3. Open Source
    4. Benefits
    5. Design Principles
  7. Architecture
    1. Master/Node
    2. Kubectl
    3. Replication Controller
    4. Kubelet
    5. Kube-Proxy
    6. Persistent Volumes
    7. Etcd
    8. High Availability
    9. Exercise: Kubernetes 101: Stateless web app
  8. Kubernetes Features
    1. Pods
    2. Labels
    3. Services
    4. Namespaces
    5. Resource Quota
  9. Exercise: Kubernetes 201: Guestbook app

Part 3: Microservices in Production

  1. Spotify Case Study
    1. 810 Services, 477 engineers
  2. Microservice challenge: Service discovery
    1. Skydns
    2. Consul
  3. Exercise: Resolve service with DNS
  4. Security
    1. Goals
    2. Roles
    3. Attribute Based Access Control
    4. Policies
    5. Service Accounts
    6. Secrets
  5. Forth Microservice challenge: Secrets
    1. Vault
    2. Kubernetes Secrets API
  6. Exercise: Kubernetes – Store database credentials in cluster
  7. Cluster Add-ons
    1. Cluster DNS
    2. Logging with Elasticsearch and Fluentd
    3. Container Level Monitoring
    4. cAdvisor
    5. InfluxDB
    6. Prometheus
  8. Exercise: WordPress on Kubernetes
  9. Managing state with disposable architectures
    1. Tradeoffs, standalone vs containerized databases
    2. CAP Theorem
    3. SQL Databases
    4. NOSQL Databases
  10. Exercise: Cassandra on Kubernetes
  11. Practicing Failure
    1. Optimize MTTR
  12. Netflix Case Study
    1. Simian Army
    2. Graceful handling of failure

Part 4: Putting it all together

  1. Why Microservices?
    1. Scale an organization
    2. Tradeoffs
    3. Fault Tolerance
    4. Throughput
    5. Waste
  2. Kubernetes Alpha Features
    1. Multi-Datacenter Control Plane
    2. RBAC/Multi-tenancy
  3. Openshift/Mesos/Other PaaS platforms
  4. Exercise: Customize Microservice App
  5. Exercise: Scale app for simulated demand
  6. Review of Microservice Challenges
    1. Secure Images
    2. Highly available application
    3. Secrets
    4. Continuous Integration
    5. DNS Name resolution
  7. Summary

This is a lab-intensive microservices training course. Professionals who take this course should have some familiarity with Docker, Kubernetes, and AWS before attending.

Class exercises use Java, but for private corporate training deliveries, exercises can be done using your preferred language.  

Professionals who may benefit include: 

  • System and software architects
  • Developers
  • Testers and QA teams
  • Release engineers
  • IT operations staff
  • Site reliability engineers
  • DevOps practitioners
  • DBAs and data engineering teams
  • Information Security Pros

  • Adopt, plan or improve your transition to microservices
  • Map technical practices to the business strategy behind microservices
  • Navigate different tools for enabling microservices and how to use them
  • Communicate with stakeholders, management, and teams regarding needs and expectations around microservices
  • Build microservices with Docker, Kubernetes, Jenkins, and JFrog
  • Build more mature DevOps practices through microservice adoption
  • Refactor monolithic systems into more modular, component-based systems
  • Apply microservice use cases to continuous integration, delivery, and testing
  • Enable more automated testing and self-service QA capability

I really enjoyed this course. The content was very relevant as our project is in the midst of a transition from Docker Swarm to Kubernetes-based Openshift. The focus on Kubernetes was extremely useful and will be able to apply it immediately.

-Kyle M.

I got familiar with the new terminologies that I was always curious to learn more about. I felt this was a good crash course that I could learn and build my base on.

-Leena S.

The course gave me a high-level understanding, which was my main goal. The rest was a bonus.

-Roy T.

Request Private Group Training