Companies Home Search Profile

Learn Kubernetes in a Month of Lunches

Focused View

12:08:21

75 View
  • 00001 First week - Fast track to Kubernetes.mp4
    00:33
  • 00002 Chapter 1. Before you begin.mp4
    09:00
  • 00003 Chapter 1. Is this book for you.mp4
    09:19
  • 00004 Chapter 2. Running containers in Kubernetes with Pods and Deployments.mp4
    07:48
  • 00005 Chapter 2. Running Pods with controllers.mp4
    07:40
  • 00006 Chapter 2. Defining Deployments in application manifests.mp4
    11:45
  • 00007 Chapter 3. Connecting Pods over the network with Services.mp4
    09:08
  • 00008 Chapter 3. Routing external traffic to Pods.mp4
    11:29
  • 00009 Chapter 3. Understanding Kubernetes Service resolution.mp4
    06:05
  • 00010 Chapter 4. Configuring applications with ConfigMaps and Secrets.mp4
    11:41
  • 00011 Chapter 4. Surfacing configuration data from ConfigMaps.mp4
    06:47
  • 00012 Chapter 4. Configuring sensitive data with Secrets.mp4
    11:10
  • 00013 Chapter 5. Storing data with volumes mounts and claims.mp4
    12:34
  • 00014 Chapter 5. Storing clusterwide data with persistent volumes and claims.mp4
    08:41
  • 00015 Chapter 5. Dynamic volume provisioning and storage classes.mp4
    08:16
  • 00016 Chapter 6. Scaling applications across multiple Pods with controllers.mp4
    06:19
  • 00017 Chapter 6. Scaling for load with Deployments and ReplicaSets.mp4
    08:13
  • 00018 Chapter 6. Scaling for high availability with DaemonSets.mp4
    10:15
  • 00019 Second week - Kubernetes in the real world.mp4
    00:33
  • 00020 Chapter 7. Extending applications with multicontainer Pods.mp4
    07:07
  • 00021 Chapter 7. Setting up applications with init containers.mp4
    11:23
  • 00022 Chapter 7. Abstracting connections with ambassador containers.mp4
    09:12
  • 00023 Chapter 8. Running data-heavy apps with StatefulSets and Jobs.mp4
    10:27
  • 00024 Chapter 8. Requesting storage with volume claim templates.mp4
    08:01
  • 00025 Chapter 8. Running maintenance tasks with Jobs and CronJobs.mp4
    09:04
  • 00026 Chapter 9. Managing app releases with rollouts and rollbacks.mp4
    10:53
  • 00027 Chapter 9. Configuring rolling updates for Deployments.mp4
    08:21
  • 00028 Chapter 9. Rolling updates in DaemonSets and StatefulSets.mp4
    09:43
  • 00029 Chapter 10. Packaging and managing apps with Helm.mp4
    06:59
  • 00030 Chapter 10. Packaging your own apps with Helm.mp4
    09:16
  • 00031 Chapter 10. Modeling dependencies in charts.mp4
    06:16
  • 00032 Chapter 10. Upgrading and rolling back Helm releases.mp4
    08:20
  • 00033 Chapter 11. App development-Developer workflows and CI CD.mp4
    06:46
  • 00034 Chapter 11. The Kubernetes-as-a-Service developer workflow.mp4
    12:31
  • 00035 Chapter 11. Continuous delivery in Kubernetes without Docker.mp4
    11:22
  • 00036 Third week - Preparing for production.mp4
    00:31
  • 00037 Chapter 12. Empowering self-healing apps.mp4
    11:40
  • 00038 Chapter 12. Deploying upgrades safely with Helm.mp4
    06:17
  • 00039 Chapter 12. Protecting apps and nodes with resource limits.mp4
    10:46
  • 00040 Chapter 13. Centralizing logs with Fluentd and Elasticsearch.mp4
    12:39
  • 00041 Chapter 13. Shipping logs to Elasticsearch.mp4
    13:21
  • 00042 Chapter 14. Monitoring applications and Kubernetes with Prometheus.mp4
    08:26
  • 00043 Chapter 14. Monitoring apps built with Prometheus client libraries.mp4
    06:53
  • 00044 Chapter 14. Monitoring third-party apps with metrics exporters.mp4
    05:59
  • 00045 Chapter 14. Monitoring containers and Kubernetes objects.mp4
    08:13
  • 00046 Chapter 15. Managing incoming traffic with Ingress.mp4
    05:59
  • 00047 Chapter 15. Routing HTTP traffic with Ingress rules.mp4
    07:16
  • 00048 Chapter 15. Comparing ingress controllers.mp4
    09:30
  • 00049 Chapter 15. Using Ingress to secure your apps with HTTPS.mp4
    09:00
  • 00050 Chapter 16. Securing applications with policies contexts and admission control.mp4
    09:18
  • 00051 Chapter 16. Restricting container capabilities with security contexts.mp4
    12:51
  • 00052 Chapter 16. Controlling admission with Open Policy Agent.mp4
    10:54
  • 00053 Fourth week - Pure and applied Kubernetes.mp4
    00:32
  • 00054 Chapter 17. Securing resources with role-based access control.mp4
    07:57
  • 00055 Chapter 17. Securing resource access within the cluster.mp4
    09:21
  • 00056 Chapter 17. Binding roles to groups of users and service accounts.mp4
    08:49
  • 00057 Chapter 17. Discovering and auditing permissions with plugins.mp4
    07:21
  • 00058 Chapter 18. Deploying Kubernetes - Multinode and multiarchitecture clusters.mp4
    09:10
  • 00059 Chapter 18. Adding nodes and running Linux workloads.mp4
    07:55
  • 00060 Chapter 18. Adding Windows nodes and running hybrid workloads.mp4
    10:50
  • 00061 Chapter 19. Controlling workload placement and automatic scaling.mp4
    06:47
  • 00062 Chapter 19. Directing Pod placement with affinity and antiaffinity.mp4
    08:31
  • 00063 Chapter 19. Controlling capacity with automatic scaling.mp4
    07:20
  • 00064 Chapter 19. Protecting resources with preemption and priorities.mp4
    10:11
  • 00065 Chapter 20. Extending Kubernetes with custom resources and Operators.mp4
    13:30
  • 00066 Chapter 20. Using Operators to manage third-party components.mp4
    10:14
  • 00067 Chapter 20. Building Operators for your own applications.mp4
    09:42
  • 00068 Chapter 21. Running serverless functions in Kubernetes.mp4
    08:25
  • 00069 Chapter 21. Triggering functions from HTTP requests.mp4
    10:39
  • 00070 Chapter 21. Abstracting serverless functions with Serverless.mp4
    08:41
  • 00071 Chapter 22. Never the end.mp4
    09:11
  • 00072 Chapter 22. Choosing a Kubernetes platform.mp4
    06:28
  • 00073 Appendix A. Packaging applications from source code into Docker Images.mp4
    11:46
  • 00074 Appendix A. App walkthrough - Node.js source code.mp4
    12:17
  • 00075 Appendix B. Adding observability with containerized monitoring.mp4
    07:15
  • 00076 Appendix B. Exposing metrics from your application.mp4
    11:23
  • 00077 Appendix B. Running a Grafana container to visualize metrics.mp4
    10:58
  • 00078 Appendix C. Application configuration management in containers.mp4
    11:16
  • 00079 Appendix C. Loading configuration from the runtime.mp4
    07:30
  • 00080 Appendix C. Configuring legacy apps in the same way as new apps.mp4
    07:39
  • 00081 Appendix D. Writing and managing application logs with Docker.mp4
    10:24
  • 00082 Appendix D. Collecting and forwarding container logs.mp4
    13:49
  • More details


    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Manning Publications is an American publisher specializing in content relating to computers. Manning mainly publishes textbooks but also release videos and projects for professionals within the computing world.
    • language english
    • Training sessions 82
    • duration 12:08:21
    • Release Date 2023/11/06