Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Software Development Tools No-Code Development
Business
Entrepreneurship Communication Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certifications Network & Security Hardware Operating Systems & Servers Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Paid Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement & Gardening Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition & Diet Yoga Mental Health Martial Arts & Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Learning Teacher Training Test Prep Other Teaching & Academics
Web Development JavaScript React Angular CSS Node.Js PHP HTML5 Vue JS
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Amazon AWS Cisco CCNA CompTIA Security+ Microsoft AZ-900
Microsoft Power BI SQL Tableau Data Modeling Business Analysis Business Intelligence MySQL Qlik Sense Data Analysis
Unity Unreal Engine Game Development Fundamentals C# 3D Game Development C++ Unreal Engine Blueprints 2D Game Development Mobile Game Development
Google Flutter iOS Development Android Development Swift React Native Dart (programming language) Kotlin Mobile App Development SwiftUI
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting Canva InDesign Character Design Procreate Digital Illustration App
Life Coach Training Personal Development Neuro-Linguistic Programming Personal Transformation Life Purpose Mindfulness Sound Therapy Coaching CBT Cognitive Behavioral Therapy
Business Fundamentals Entrepreneurship Fundamentals Freelancing Business Strategy Startup Business Plan Online Business Blogging Leadership
Digital Marketing Social Media Marketing Marketing Strategy Internet Marketing Google Analytics Copywriting Email Marketing Startup YouTube Marketing

IT & SoftwareOther IT & SoftwareDocker

Deploy and Run Apps with Docker, Kubernetes, Helm, Rancher

Build, deploy, and run apps in Docker and Kubernetes. Use Helm to package apps. Manage multiple clusters with Rancher.
Rating: 4.3 out of 54.3 (122 ratings)
807 students
Created by Martin Bergljung
Last updated 1/2020
English
English [Auto]

What you'll learn

  • Docker fundamentals
  • Building development and production Docker images
  • Service communication in a Docker Network
  • Automatically building Docker images with Travis CI and publish to Docker Hub
  • Using Docker Compose for basic container orchestration
  • Docker container deployment to Amazon Elastic Beanstalk
  • Kubernetes Concepts, such as Pod, Service, Deployment, StatefulSet, ConfigMap, Secret etc.
  • Kubernetes architecture and abstractions of hardware, storage, and network
  • Running Kubernetes locally with Docker for Desktop on Mac and Windows and MicroK8s on Linux Desktop
  • Microservices communication in a Kubernetes environment
  • Using Helm to package your applications for deployment to Kubernetes cluster
  • Setting up your own Helm Repository for your charts
  • Deploy Helm charts automatically to Helm Repository with Travis CI
  • Running Kubernetes in the Cloud with Google Cloud Platform and GKE
  • Running Kubernetes in the Cloud with Amazon Web Services and Kops and EKS
  • Using Travis CI to deploy to Kubernetes cluster in the Cloud
  • Managing multiple Kubernetes clusters with Rancher

Requirements

  • Students should be interested in learning more about how to build, run, and deploy apps as containers
  • Students should be interested in Kubernetes and wanting to learn more about it both locally and in the cloud
  • Students should have command line experience (can be Linux, Windows or Mac)
  • Should have a PC, Mac, or Linux Desktop

Description

In this course we will take a simple Angular Client application that talks to a Node.JS server and deploy and run it as Docker containers. We will learn how to build both development and production Docker images for these types of applications. We will then be introduced to basic container orchestration with Docker Compose.

After this we will refactor the application to be more decoupled, resilient and scalable by using a Microservice architecture, making the app more Cloud native. We will learn how we can build Docker images and publish them to Docker hub automatically with Travis CI. We will deploy the containerized application to the Cloud with the help of Amazon Elastic Beanstalk service. We will also look at automating the deployment to Elastic Beanstalk with Travis CI. When we deploy the application to Elastic Beanstalk we will also see how we can use AWS services such as AWS RDS, AWS Elasticsearch and AWS Elasticache instead of running these as our own containers.

Then it's time for Kubernetes. We will spend a lot of time on Kubernetes as it is the preferred choice for most people when they want to run a container workload in Production. We will write Kubernetes manifest files (YAML) to deploy the application to a Kubernetes cluster. We will look at deploying both to a local Docker for Desktop single node Kubernetes cluster and to a multi node Kubernetes cluster in the Cloud (Google GKE, Amazon Kops, Amazon EKS).

Then we will look at Kubernetes Helm that can be used to package the Kubernetes manifest files so they can be versioned and released as one entity. Learn how to use Travis CI to build docker images and deploy automatically to Kubernetes clusters. Finally see how you can manage multiple Kubernetes clusters with Rancher.

Who this course is for:

  • Developers
  • Architects
  • DevOps
  • IT

Instructor

Martin Bergljung
Book Author, Instructor, Programmer, ECM Expert
Martin Bergljung
  • 4.2 Instructor Rating
  • 271 Reviews
  • 2,305 Students
  • 3 Courses

I have been working with Alfresco for the past 10 years. I started out building an email integration for Alfresco, integrating Apache James, so my first experience with the product was a deep dive into coding a customisation. I then started doing consulting projects based on Alfresco and found out quite quickly that I really like the product. It is very open and allows you to build pretty much anything you can come up with (or your client can come up with!).

In 2011 I got the opportunity to write a book about Alfresco, which was a great experience as I really like to mentor, train, and educate people. I then did more consulting and got into bigger projects in the publishing space. During a couple of years I was also an instructor giving Alfresco classroom training courses. Then in 2014 I got the opportunity to write another book about Alfresco and specifically the CMIS standard that you can use to talk to the Alfresco content management system, again a great experience.

In 2015 I started working for Alfresco with all kinds of stuff, such as developing the Alfresco SDK, creating developer documentation, writing articles, talking at conferences, prototyping new features. What I really like to do is take what we develop internally at Alfresco and try and explain it in an easy and understandable way.    

Since 2017 I have been working a lot with container technology as version 6.x of the Alfresco product is deployed and run with containers. The product is run locally with Docker Compose and in production with Kubernetes. It is deployed with Kubernetes Helm. So I got exposed to these new technologies during a couple of years now in real scenarios, within a company doing the transition to containers.

Top companies choose Udemy Business to build in-demand career skills.
NasdaqVolkswagenBoxNetAppEventbrite
  • Udemy Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Investors
  • Impressum Kontakt
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Accessibility statement
Udemy
© 2022 Udemy, Inc.