Oreilly - Getting Started with Kubernetes - 9780135237823
Oreilly - Getting Started with Kubernetes
by Sander van Vugt | Released June 2018 | ISBN: 0135237823


6+ Hours of Video InstructionMore than six and a half hours of video instruction, including demos and labs, providing detailed explanations for leveraging Kubernetes as a tool for container orchestration and automation, including how to use it with Docker, pods, labels, volumes, as well as architectures and deployments.Containers are taking over the traditional IT Environment to bring new software to users. Kubernetes was developed as an independent solution to manage and orchestrate containers in the corporate data center. As the source code has been donated to the Cloud Native Computing Foundation, Kubernetes has rapidly become the standard for container orchestration. It can be used within the premises of a corporate data center, but also integrated in all of the leading public cloud offerings.Getting Started with Kubernetes LiveLessons offers a complete overview of all that is needed to start working with Kubernetes. It starts by explaining why Kubernetes is needed, and how it is used to orchestrate containers. During the course, a lab environment is built using Minikube, thus allowing anyone to create a Kubernetes test environment. Through lesson labs, demos, and whiteboard demonstrations, the course covers advanced topics, such as creating services, exposing Kubernetes Pods to external users, and integrating Kubernetes into public cloud offerings. It also provides an introduction to working with the API.Topics include:Understanding Container OrchestrationWorking with ContainersSetting up a Lab EnvironmentUsing Kubernetes ComponentsScaling and UpgradesKubernetes NetworkingAccessing PodsUsing VolumesSetting up Kubernetes for ProductionExploring the APIAbout the InstructorSander van Vugt is an independent Linux trainer, author, and consultant living in the Netherlands. Sander has written numerous books about different Linux related topics, and many articles for Linux publications around the world. Sander has been teaching Red Hat, SUSE, and LPI Linux classes since 1994. As a consultant, he is specialized in Linux High Availability solutions and Performance Optimization. More information about Sander is on his website at www.sandervanvugt.com.Skill LevelIntermediate/experienced Linux administratorsLearn How ToSet up Kubernetes for container orchestrationUse Docker within a Kubernetes environmentSet up a lab, use Minikube, and work with kubectlDeploy applications in KubernetesUse pods, replica sets, and labelsScale deployments up and downWork with networking in a Kubernetes environmentStore data in Kubernetes with persistent and non-persistent volumesLeverage different architectures for optimal production environmentsSet up Kubernetes in different public cloud environmentsUse kubeadm to create physical Kubernetes clustersGet information from the APIWho Should Take This CourseIT Staff (administrators and devops) who want to offer containerized applications to their users.Course RequirementsAt least one physical machine with 4GB of RAM or more to use as the Kubernetes hostLesson DescriptionsLesson 1 Lesson 1, “Understanding Container Orchestration,” will cover containers and Kubernetes. The current market position of Kubernetes and the Kubernetes architecture will be discussed. How Kubernetes is related to the Cloud Native Computing Foundation will also be explained.Lesson 2 Lesson 2, “Working with Containers,” will tackle Docker basics, including how to start a container, as well as how to manage it. Docker networking and Docker storage will also be discussed.Lesson 3 In Lesson 3, “Setting up a Lab Environment” we will walk through the setup of a lab environment. To get familiar with the concepts of Kubernetes, how to set up Minikube will be detailed, as well as how to work with kubectl. The procedures of deploying applications in Kubernetes, how to import images in Kubernetes, and starting your first application will also be covered.Lesson 4 Lesson 4, “Using Kubernetes Components,” will delve into the different Kubernetes components. Starting with the Pod and working up from there. How namespaces can be used to isolate pods, and how to work with replica sets and deployments will be explained.Lesson 5 In Lesson 5, “Scaling and Upgrades” some of the most important properties will be explained. This lesson will cover labels in detail, as well as scaling deployments. Scaling up and down, how to perform rolling updates, as well as rollback, will be covered.Lesson 6 Lesson 6, “Kubernetes Networking”. In this lesson, the organization of networking in a Kubernetes environment will be detailed, including the three different layers of networking. How networking within a pod functions, and pod-to-pod networking will also be explained.Lesson 7 Lesson 7, “Accessing Pods,” discusses the different ways to make pods accessible, including the Kubernetes Proxy, port forwarding, services, and Ingress.Lesson 8 Lesson 8, “Using Volumes”. This lesson explains how to store data in a Kubernetes environment. The different types of volumes available will be discussed; both the persistent volume and the non-persistent volume. How to set up persistent volumes, using persistent volume claims will be shown.Lesson 9 Lesson 9, “Setting up Kubernetes for Production,” will start with an explanation of the different architecture options, and move on to the setup of Kubernetes in different public cloud environments. How to use kubeadm to create a physical Kubernetes cluster in a datacenter will also be covered.Lesson 10 In Lesson 10, “Exploring the API,” a detailed discussion of what the API is, and how to get information out of the API beyond using the kubectl command line utility. Show and hide more
  1. Introduction
    • Getting Started with Kubernetes: Introduction 00:03:27
  2. Lesson 1: Understanding Container Orchestration
    • Learning objectives 00:00:28
    • 1.1 What are Containers? 00:07:11
    • 1.2 What is Kubernetes? 00:04:18
    • 1.3 Alternatives to Kubernetes 00:01:52
    • 1.4 Understanding Kubernetes Architecture 00:04:29
    • 1.5 Kubernetes and the Cloud Native Computing Foundation 00:01:21
  3. Lesson 2: Working with Containers
    • Learning objectives 00:00:35
    • 2.1 Container Solutions Overview 00:05:33
    • 2.2 Getting Started with Docker 00:07:13
    • 2.3 Understanding Container Architecture 00:06:04
    • 2.4 Operational Container Management 00:13:13
    • 2.5 When Does a Container Stop? 00:06:52
    • 2.6 Docker Command Overview 00:04:22
    • 2.7 Understanding Docker Networking 00:04:12
    • 2.8 Understanding Docker Storage 00:06:43
    • Lesson 2 Lab: Operating Docker Containers 00:03:47
  4. Lesson 3: Setting up a Lab Environment
    • Learning objectives 00:00:43
    • 3.1 Installing Kubectl 00:12:02
    • 3.2 Installing Minikube 00:09:32
    • 3.3 Working with Minikube 00:03:47
    • 3.4 Working with Kubectl 00:08:50
    • 3.5 Importing Images into Kubernetes 00:04:41
    • 3.6 Working with YAML Files 00:07:29
    • 3.7 Running an Application from the Kubernetes Dashboard 00:03:42
    • Lesson 3 Lab: Running a Kubernetes Application 00:02:15
  5. Lesson 4: Using Kubernetes Components
    • Learning objectives 00:00:40
    • 4.1 Understanding Kubernetes Resource Types 00:04:16
    • 4.2 Understanding the Pod 00:03:40
    • 4.3 Starting Pods 00:06:04
    • 4.4 Understanding Namespaces 00:02:32
    • 4.5 Working with Namespaces 00:03:06
    • 4.6 Working with Replica Sets 00:05:58
    • 4.7 Understanding Deployments 00:06:25
    • Lesson 4 Lab: Running a Deployment 00:08:54
  6. Lesson 5: Scaling and Upgrades
    • Learning objectives 00:00:41
    • 5.1 Working with Object Properties 00:12:47
    • 5.2 Using Labels 00:05:14
    • 5.3 Scaling Deployments 00:04:23
    • 5.4 Performing Rolling Updates 00:01:06
    • 5.5 Working with DaemonSet 00:01:31
    • 5.6 Performing Rollback 00:05:52
    • Lesson 5 Lab: Scaling Deployments 00:10:19
  7. Lesson 6: Kubernetes Networking
    • Learning objectives 00:00:24
    • 6.1 Understanding Kubernetes 3-tier Networking 00:04:25
    • 6.2 Networking within a Pod 00:04:25
    • 6.3 Setting up Pod-to-pod Networking 00:05:27
    • 6.4 Exposing Services 00:00:54
    • Lesson 6 Lab: Exploring Network Configuration 00:04:39
  8. Lesson 7: Accessing Pods
    • Learning objectives 00:00:34
    • 7.1 Using Kubernetes Proxy 00:04:39
    • 7.2 Using Port Forwarding 00:04:34
    • 7.3 Using Services 00:08:14
    • 7.4 Using DNS in Kubernetes Services 00:06:13
    • 7.5 Understanding Service Types 00:01:57
    • 7.6 Using Ingress 00:06:22
    • Lesson 7 Lab: Accessing Pods 00:05:13
  9. Lesson 8: Using Volumes
    • Learning objectives 00:00:26
    • 8.1 Understanding Kubernetes Volume Usage 00:02:57
    • 8.2 Understanding Volume Types 00:04:13
    • 8.3 Using Volumes 00:04:45
    • 8.4 Working with Persistent Volumes 00:12:40
    • Lesson 8 Lab: Configuring Storage 00:13:29
  10. Lesson 9: Setting up Kubernetes for Production
    • Learning objectives 00:00:34
    • 9.1 Choosing Appropriate Architecture 00:02:08
    • 9.2 Running Kubernetes in Azure 00:13:03
    • 9.3 Running Kubernetes in AWS 00:01:53
    • 9.4 Running Kubernetes in Google Cloud 00:12:39
    • 9.5 Using kubeadm to Create a Physical Cluster 00:16:28
  11. Lesson 10: Exploring the API
    • Learning objectives 00:00:32
    • 10.1 Understanding the API 00:02:58
    • 10.2 Using Kubernetes Proxy to Connect to the API 00:04:35
    • 10.3 Exploring the API 00:06:33
    • Lesson 10 Lab: Exploring the API 00:07:15
  12. Summary
    • Getting Started with Kubernetes: Summary 00:00:21
  13. Show and hide more

    Oreilly - Getting Started with Kubernetes

    9780135237823.getting.started.with.OR.part1.rar

    9780135237823.getting.started.with.OR.part2.rar

    9780135237823.getting.started.with.OR.part3.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