Topic mix

Kubernetes

34 moments from 21 videos · 1:39:18 total

These handpicked presentation clips offer deep dives into Kubernetes, designed for engineers managing production-grade container orchestration.

A Deep Dive on How To Leverage the NVIDIA GB200 for Ultra-Fast Training and Inference on Kubernetes
Play section Supporting NVIDIA GB200 GPUs on Kubernetes
Supporting NVIDIA GB200 GPUs on Kubernetes thumbnail

Supporting NVIDIA GB200 GPUs on Kubernetes

Adapting Kubernetes to support the unique architecture of the new GB200 GPU family.

Kubernetes Security - Challenge and Opportunity
Play section Introduction to Kubernetes security challenges and opportunities
Introduction to Kubernetes security challenges and opportunities thumbnail

Introduction to Kubernetes security challenges and opportunities

Exploring Kubernetes security challenges highlights potential pitfalls and opportunities for securing modern microservices architectures.

Play section Configuring pods, deployments, and namespaces in Kubernetes
Configuring pods, deployments, and namespaces in Kubernetes thumbnail

Configuring pods, deployments, and namespaces in Kubernetes

Structuring deployments with declarative configuration objects like pods and replica sets allows teams to version upgrades and build resilient microservices.

Play section Understanding Kubernetes architecture and core cluster components
Understanding Kubernetes architecture and core cluster components thumbnail

Understanding Kubernetes architecture and core cluster components

Understanding the core architecture of a Kubernetes cluster provides the necessary foundation for analyzing potential workload security vulnerabilities.

Effective Java Strategies and Architectures for Clouds
Play section Utilizing Kubernetes as a foundation for internal platforms
Utilizing Kubernetes as a foundation for internal platforms thumbnail

Utilizing Kubernetes as a foundation for internal platforms

Why container orchestration acts better as underlying infrastructure for custom platform convenience than as a direct application host.

From Factory Floor to Kubernetes Core: Building an Edge Platform One Step at a Time
Play section Origins of the edge connectivity platform using Kubernetes
Origins of the edge connectivity platform using Kubernetes thumbnail

Origins of the edge connectivity platform using Kubernetes

The growing need for secure, highly available machine integration drove the transition to a robust Kubernetes-based platform.

Debug a Kubernetes Operator
Play section Overview of Kubernetes operators and custom resource definitions
Overview of Kubernetes operators and custom resource definitions thumbnail

Overview of Kubernetes operators and custom resource definitions

How operators abstract lower-level Kubernetes concepts into custom resource definitions.

Understanding Kubernetes in a visual way
Play section Visualizing Kubernetes for alternative and creative learning styles
Visualizing Kubernetes for alternative and creative learning styles thumbnail

Visualizing Kubernetes for alternative and creative learning styles

Finding an accessible entry point to complicated software architecture inspired a comprehensive visual guide for learning Kubernetes.

Play section Exploring the core architecture and components of Kubernetes
Exploring the core architecture and components of Kubernetes thumbnail

Exploring the core architecture and components of Kubernetes

Managing cluster requests declaratively relies on control plane components orchestrating directly with node-level services.

Containers and Kubernetes made easy: Deep dive into Podman Desktop and new AI capabilities
Play section Deploying local container pods to Kubernetes clusters
Deploying local container pods to Kubernetes clusters thumbnail

Deploying local container pods to Kubernetes clusters

Setting up a local control plane via Kind or Minikube to transition pods straight into Kubernetes deployments.

Play section Networking containers together using Kubernetes pods
Networking containers together using Kubernetes pods thumbnail

Networking containers together using Kubernetes pods

Combining individual containers into a pod to share localhost networking and mirror actual Kubernetes environments.

Microservices: how to get started with Spring Boot and Kubernetes
Play section Understanding Kubernetes core components and local environment tools
Understanding Kubernetes core components and local environment tools thumbnail

Understanding Kubernetes core components and local environment tools

Understanding how controllers, pods, and schedulers operate alongside testing solutions like Minikube resolves local cluster setup frustrations.

Play section Deploying the Docker image into a local Kubernetes cluster
Deploying the Docker image into a local Kubernetes cluster thumbnail

Deploying the Docker image into a local Kubernetes cluster

Defining standard objects like namespaces, deployments, and ingress resources enables routing external traffic directly to local containers.

Play section Securing Kubernetes workloads and containerized image layers
Securing Kubernetes workloads and containerized image layers thumbnail

Securing Kubernetes workloads and containerized image layers

Applying least privilege principles and performing structural image scans mitigates operational vulnerabilities embedded within unverified dependencies.

Play section Externalizing configuration using Kubernetes config maps
Externalizing configuration using Kubernetes config maps thumbnail

Externalizing configuration using Kubernetes config maps

Managing application properties dynamically by binding ConfigMaps directly to Spring Cloud property sources prevents static hardcoded secrets leaking.

A deep dive into ARC the Kubernetes operator to scale self-hosted runners
Play section Addressing scale complexities in Kubernetes environments
Addressing scale complexities in Kubernetes environments thumbnail

Addressing scale complexities in Kubernetes environments

Running build workloads securely sometimes requires overcoming resource isolation limits intrinsic to container orchestration platforms.

Play section State machines and reconciliation loops in Kubernetes
State machines and reconciliation loops in Kubernetes thumbnail

State machines and reconciliation loops in Kubernetes

How control loops continually monitor conditions to ensure the system matches its desired operational state.

5 steps for running a Kubernetes environment at scale
Play section Introduction to the five-layer Kubernetes observability model
Introduction to the five-layer Kubernetes observability model thumbnail

Introduction to the five-layer Kubernetes observability model

A high-level five-layer framework helps teams monitor and scale containerized environments reliably.

Operating etcd for Managed Kubernetes
Play section Adopting and scaling managed Kubernetes environments
Adopting and scaling managed Kubernetes environments thumbnail

Adopting and scaling managed Kubernetes environments

Tracking the operational metrics of scaling managed infrastructure reveals the centralized importance of the primary datastore.

Mastering Kubernetes – Beginner Edition
Play section Tracing the origins of Kubernetes to project Borg
Tracing the origins of Kubernetes to project Borg thumbnail

Tracing the origins of Kubernetes to project Borg

How Google evolved internal container orchestration software into a globally adopted open-source ecosystem.

Play section Managing Kubernetes clusters using command line and YAML
Managing Kubernetes clusters using command line and YAML thumbnail

Managing Kubernetes clusters using command line and YAML

How declarative manifests and package abstractions simplify configuring reliable production infrastructure.

Play section Injecting sensitive configuration values via Kubernetes secrets
Injecting sensitive configuration values via Kubernetes secrets thumbnail

Injecting sensitive configuration values via Kubernetes secrets

How decoupling credentials from operational pods permits secure integration with external key management systems.

Development of reactive applications with Quarkus
Play section Running Kubernetes clusters efficiently on enterprise cloud platforms
Running Kubernetes clusters efficiently on enterprise cloud platforms thumbnail

Running Kubernetes clusters efficiently on enterprise cloud platforms

Leveraging managed OpenShift and bare metal cluster resources for scalable cloud-native architectures.

The Hidden Costs of CPU Limits in Kubernetes
Play section Driving factors for CPU limits in shared Kubernetes platforms
Driving factors for CPU limits in shared Kubernetes platforms thumbnail

Driving factors for CPU limits in shared Kubernetes platforms

Shared Kubernetes platforms use limits to avoid noisy neighbors, ensure policy compliance, and manage multi-tenant budgets.

Play section Virtual machine core allocation versus Kubernetes cgroup throttling
Virtual machine core allocation versus Kubernetes cgroup throttling thumbnail

Virtual machine core allocation versus Kubernetes cgroup throttling

Unlike dedicated virtual machine cores, Kubernetes requests and limits use cgroups that halt workloads when CPU quotas deplete.

Kubernetes Maestro: Dive Deep into Custom Resources to Unleash Next-Level Orchestration Power!
Play section Extending the Kubernetes API for container orchestration
Extending the Kubernetes API for container orchestration thumbnail

Extending the Kubernetes API for container orchestration

How Kubernetes manages containerized workloads and permits unique functionality extensions through native object definitions.

Progressive Delivery in Kubernetes
Play section Understanding Kubernetes services and ingress controller architecture
Understanding Kubernetes services and ingress controller architecture thumbnail

Understanding Kubernetes services and ingress controller architecture

Load balancers and ingress controllers process external inputs to intelligently route traffic to specific backend pods.

Kubernetes Native Java
Play section Optimizing software development for production and Kubernetes
Optimizing software development for production and Kubernetes thumbnail

Optimizing software development for production and Kubernetes

How structural patterns like microservices and continuous integration enable faster iteration in production.

Play section Mounting Kubernetes ConfigMaps for runtime property overrides
Mounting Kubernetes ConfigMaps for runtime property overrides thumbnail

Mounting Kubernetes ConfigMaps for runtime property overrides

Extracting environment-specific dictionaries directly into volumes to simplify container deployments.

Play section Configuring Kubernetes liveness and readiness probes
Configuring Kubernetes liveness and readiness probes thumbnail

Configuring Kubernetes liveness and readiness probes

Publishing application state changes to orchestrators to control traffic routing and pod lifecycles.

Kubernetes and Microservices with Multi-Model Databases
Play section Managing heterogeneous deployment lifecycles via Kubernetes operators
Managing heterogeneous deployment lifecycles via Kubernetes operators thumbnail

Managing heterogeneous deployment lifecycles via Kubernetes operators

Controlling database instances scattered across hybrid hosting environments simplifies greatly when utilizing infrastructure operators exposing standardized deployment commands.

Hacking Kubernetes: Live Demo Marathon
Play section Mapping the attack surface of a Kubernetes cluster
Mapping the attack surface of a Kubernetes cluster thumbnail

Mapping the attack surface of a Kubernetes cluster

Starting a penetration test requires understanding how Linux container namespaces and orchestrator abstractions interact.

Startup Presentation: Achieving True Developer Self-Service in Kubernetes
Play section Challenges of cloud native tooling and Kubernetes complexity
Challenges of cloud native tooling and Kubernetes complexity thumbnail

Challenges of cloud native tooling and Kubernetes complexity

Growing infrastructure complexity creates troubleshooting bottlenecks and overwhelms developers who lack visibility.

Databases on Kubernetes
Play section Extending Kubernetes functionality with custom resource definitions
Extending Kubernetes functionality with custom resource definitions thumbnail

Extending Kubernetes functionality with custom resource definitions

Custom declarative objects combined with event-based controllers allow continuous supervision of database applications.

Your mix. Instantly.

More mixes