Oreilly - Kubernetes Microservices - 10000DIHV201804
Oreilly - Kubernetes Microservices
by Richard Chesterwood | Publisher: Manning Publications | Release Date: April 2019 | ISBN: 10000DIHV201804


Microservices designs require you to change how you build and deploy applications. Instead of creating a tightly-integrated collection of related components, microservices employ a system of single-purpose mini-applications that cooperate as a system. This can get tricky quickly when you're in a distributed cloud-based environment with lots of moving parts. Kubernetes, a component management system developed by Google, provides a configurable layer for deploying, managing, and scaling the parts of a microservices application. Combined with the Docker container system, Kubernetes makes deploying and monitoring microservices on a cloud system like AWS much safer and more stable than using home-brewed processes. In the comprehensive Kubernetes Microservices video course, expert instructor Richard Chesterwood teaches you to deploy and monitor microservice systems on AWS using Kubernetes, Docker, and other industry-standard tools. about the subject Kubernetes, aka K8S, is a container orchestration system perfect for automating the management, scaling, and deployment of microservice applications. This incredibly popular framework allows you to manage hundreds or thousands of containers at production scale. It's backed by a passionate open-source community, and can run practically anywhere. It's also an incredibly-valuable skill to have on your resume. Google has trusted it to run its production workloads for more than 15 years. Companies like them and other happy Kubernetes users—including IBM, Ocado Technology, and Github—will be on the lookout for Kubernetes-savvy developers. about the video In Microservices Kubernetes, seasoned instructor Richard Chesterwood takes you through the process of getting a microservice system running on a production cluster, with the help of visual examples and real-world exercises. You'll explore pods and replica sets, and you'll run Kubernetes locally using Minikube, an easy-to-use tool designed for that purpose. You'll also learn which factors and tradeoffs to consider when making decisions about managing complex microservice systems. You'll complete the first part of this illuminating liveVideo course on your standalone development computer. Then you'll move to the cloud where you'll use a real AWS account. Working in a realistic production environment gives you hands-on experience monitoring your system using industry-standard tools such as ELK/Elastic Stack, Prometheus, and Grafana. As you go, you'll practice priceless Kubernetes skills like container deployment, live cluster monitoring, log analysis, and more! Because microservices systems can be complex to set up, this course comes with a pre-built application to deploy and run. And don't worry if you're not a Microservices guru! Along the way, Richard offers experience-driven insight into the design and implementation of these systems. Inside: Deploy containers to a Kubenetes cluster Run Kubernetes in AWS using the Kops management tool Monitor a live cluster using Prometheus and Grafana Analyze system-wide logs using the ELK Stack Handle alerts by notifying Slack channels This course assumes you're a competent developer familiar with typical application back ends. Some experience with working from the Linux command line, as well as with Docker and AWS is helpful, although not absolutely necessary. Richard Chesterwood has been developing high-quality software systems for 25 years. Passionate about great technical education, he's been delivering training courses worldwide for the last 15 years, particularly in the area DevOps. He currently manages several large scale microservices projects in the cloud.
  1. INTRODUCTION
    • Introduction 00:03:05
  2. WELCOME TO KUBERNETES
    • Introducing Kubernetes 00:09:34
    • Hand-on Project 00:02:50
  3. INSTALLING MINIKUBE
    • Setting up Virtualization 00:07:17
    • (Windows 10 Professional Only): Setting up Hyper-V 00:03:35
    • Installing kubectl and minikube 00:11:13
    • Troubleshooting Minikube 00:06:42
  4. DOCKER QUICKSTART
    • Docker Overview 00:02:46
    • Docker Containers vs Images 00:13:21
    • Running Containers from DockerHub 00:12:44
  5. GETTING STARTED WITH KUBERNETES - PODS
    • Pods Overview 00:09:14
    • Writing a Pod 00:05:07
    • Running a Pod 00:10:54
  6. SERVICES
    • Services 00:07:32
    • NodePort and ClusterIP 00:12:10
    • Pod Selection with Labels 00:15:02
  7. EXERCISE: DEPLOY ACTIVEMQ AS A POD AND SERVICE
    • Exercise: Deploy ActiveMQ as a Pod and Service 00:10:04
  8. REPLICASETS
    • ReplicaSets 00:10:45
    • Writing a ReplicaSet 00:10:05
    • Applying a ReplicaSet 00:10:54
  9. DEPLOYMENTS
    • Deployments Overview 00:12:09
    • Managing Rollouts 00:12:25
  10. NETWORKING AND SERVICE DISCOVERY
    • Networking Overview 00:08:19
    • Namespaces - kube-system 00:09:34
    • Accessing MySQL from a Pod 00:07:15
    • Cygwin extra - fixing the terminal with winpty 00:04:53
    • Service Discovery 00:07:27
    • Fully Qualified Domain Names (FQDN) 00:03:28
  11. MICROSERVICE ARCHITECTURES
    • An Introduction to Microservices 00:15:18
    • Introduction to Microservices Part 2 00:10:40
    • Fleetman Microservices - setting the scene 00:13:38
    • Deploying the Queue 00:12:38
    • Deploying the Position Simulator 00:07:57
    • Inspecting Pod Logs 00:05:40
    • Deploying the Position Tracker 00:11:07
    • Deploying the API Gateway 00:04:50
    • Deploying the Webapp 00:06:41
  12. PERSISTENCE
    • Persistence 00:12:00
    • Upgrading to a Mongo Pod 00:13:48
    • Mongo Service 00:06:23
    • Expanding the Minikube VM 00:02:50
    • Volume Mounts 00:09:26
    • Volumes 00:14:25
    • PersistentVolumeClaims 00:16:27
    • StorageClasses and Binding 00:09:25
  13. DEPLOYING TO THE AWS CLOUD
    • Getting started with AWS 00:10:58
    • Introducing Kops 00:10:15
    • Installing the Kops Environment 00:13:51
    • Configuring your first cluster 00:16:18
    • Running the Cluster 00:11:07
    • Provisioning SSD drives with a StorageClass 00:12:52
    • Deploying the Fleetman Workload 00:12:45
    • Setting up a real Domain Name 00:04:02
    • Surviving Node Failure 00:10:10
    • Replicating Pods 00:11:04
  14. DELETING THE CLUSTER
    • Deleting the Cluster 00:06:21
    • Restarting the Cluster 00:05:35
  15. LOGGING A CLUSTER
    • Introducing the ELK / ElasticStack 00:15:40
    • Installing the Stack 00:16:06
    • Kibana - first look 00:09:01
    • Setting Filters and Refreshes 00:05:01
    • Demo: analysing a system failure 00:05:15
    • Kibana Dashboards 00:15:26
  16. MONITORING WITH PROMETHEUS AND GRAFANA
    • Monitoring a Cluster 00:06:11
    • Helm Package Manager 00:16:59
    • Installing Prometheus Operator 00:14:21
    • Working with Grafana 00:16:11
  17. THE ALERT MANAGER
    • Alerting 00:20:12
    • Setting up a Slack Channel 00:06:39
    • Configuring the AlertManager 00:09:55
    • Applying the config with a Secret 00:10:29
    • Dealing with Alerts 00:06:32
    • What happens if the Master Node crashes? 00:10:34
    • Case Study: Troubleshooting a "Delinquent" node 00:13:03
  18. GOODBYE!
    • Goodbye! 00:01:58
  19. Oreilly - Kubernetes Microservices

    10000DIHV201804.Kubernetes.Microservices.part1.OR.rar

    10000DIHV201804.Kubernetes.Microservices.part2.OR.rar


 TO MAC USERS: If RAR password doesn't work, use this archive program: 

RAR Expander 0.8.5 Beta 4  and extract password protected files without error.


 TO WIN USERS: If RAR password doesn't work, use this archive program: 

Latest Winrar  and extract password protected files without error.


 Coktum   |  

Information
Members of Guests cannot leave comments.


SermonBox - Seasonal Collection

SermonBox - The Series Pack Collection

Top Rated News

  • Christmas Material
  • Laser Cut & Print Design Elements Bundle - ETSY
  • Daz3D - All Materials - SKU 37000-37999
  • Cgaxis - All Product - 2019 - All Retail! - UPDATED!!!
  • DigitalXModels Full Collections
  • Rampant Design Tools Full Collections Total: $4400
  • FilmLooks.Com Full Collection
  • All PixelSquid Product
  • The Pixel Lab Collection
  • Envato Elements Full Sources- 3200+ Files
  • Ui8.NET Full Sources
  • The History of The 20th Century
  • The Dover Collections
  • Snake Interiors Collections
  • Inspirational Collections
  • Veer Fancy Collections
  • All Ojo Images
  • All ZZVE Collections
  • All Sozaijiten Collections
  • All Image Broker Collections
  • Shuterstock Bundle Collections
  • Tattoo Collections
  • Blend Images Collections
  • Authors Tuorism Collections
  • Motion Mile - Big Bundle
  • PhotoBacks - All Product - 2018
  • Dekes Techniques - Photoshop & Illustrator Course - 1 to 673
Telegram GFXTRA Group
Udemy - Turkce Gorsel Ogrenme Setleri - Part 2
Videohive Wow Pack Series


rss