Kubernetes 101 for Developers

Ross Kukulinski
Ross KukulinskiRelentlessly enthusiastic engineer & entrepreneur. Growing Kubernetes @ Heptio at Heptio
D E C E M B E R 6 , 2 0 1 6
@RossKukulinski
Kuberentes 101 for Developers
Ross Kukulinski
© 2016 @RossKukulinski2
Welcome
Ross Kukulinski
Kubernetes/DevOps Consultant
Node.js Evangelism WG / RethinkDB Community
Introduction to CoreOS - O’Reilly Media
@RossKukulinski on Twitter/GitHub
© 2016 @RossKukulinski
Welcome
3
Today’s Roadmap
• Introduction to Kubernetes
• Ship to production
Just kidding!
© 2016 @RossKukulinski
Container Orchestration
4
© 2016 @RossKukulinski5
If your architecture looks like this
Manage your containers with Ansible, Docker
Swarm, Amazon ECS, etc.
© 2016 @RossKukulinski6
If your architecture looks like this
You need orchestration help
© 2016 @RossKukulinski
Orchestration Overview
7
Container Orchestration
• Schedule containers to physical/virtual machines
• Restart containers if they stop
• Provide private container network
• Scale up and down
• Service discovery
© 2016 @RossKukulinski
Kubernetes 101
8
© 2016 @RossKukulinski
Kubernetes 101
9
Kubernetes is an open source system for
automating deployment, scaling, and
management of containerized
applications.
© 2016 @RossKukulinski
Kubernetes 101
10
Kubernetes Orchestration
• Schedules containers to physical machines
• Service discovery & load balancing
• Horizontal application scaling
• Automated rollouts & rollbacks
• Secret and configuration management
• Storage orchestration
• … and a whole lot more!
© 2016 @RossKukulinski
Kubernetes Terminology
11
© 2016 @RossKukulinski
Kubernetes 101
12
Terminology - Node
• Is a worker machine in Kubernetes that runs your containers
• Node may be a VM or physical machine
• Each Node has the services necessary to run Pods
© 2016 @RossKukulinski
Kubernetes 101
13
Terminology - Master
• A special Node in Kubernetes that manages the cluster state
• Usually does not run your containers
• Runs necessary services to manage cluster , backed by etcd
© 201614
© 2016 @RossKukulinski
Kubernetes 101
15
Terminology - Namespaces
• Provide a virtual cluster backed by the same physical cluster
• Namespaces provide a scope for names. Names of resources
need to be unique within a namespace, but not across
namespaces.
• Divide cluster resources between multiple uses
• If not specified, you’re using the ‘default’ namespace
© 2016 @RossKukulinski
Kubernetes 101
16
Terminology - Pods
• Smallest deployable unit of computing
• Group of one or more containers
• Containers within a Pod share a cluster-accessible IP address
(and localhost)
• Containers within a Pod of access to shared volumes
© 2016 @RossKukulinski
Kubernetes 101
17
Terminology - Replica Sets
• Ensures that a specified number of Pod “replicas” are running
at one time
• If there are too many, it will kill some Pods
• If there are too few, it will start more
© 2016 @RossKukulinski
Kubernetes 101
18
Terminology - Deployments
• Provide declarative updates for Pods/Replica Sets
• Manages one or more Replica Sets
• Primary mechanism for interacting with Pods!
• Automated rollouts and rollbacks :)
© 2016 @RossKukulinski
Kubernetes 101
19
Terminology - Services
• An abstraction which defines a logical set of Pods
• Provides a mechanism for accessing them
• 3 types: ClusterIP, NodePort, LoadBalancer
© 201620
© 2016 @RossKukulinski21
Demo Gods… we salute you!
© 2016 @RossKukulinski22
Workshop Resources
github.com/rosskukulinski/
kubernetes-101-for-devs
© 201623
© 201624
© 2016 @RossKukulinski25
http://cloudytimemachine.com
© 201626
Thank you.
Ross Kukulinski
ross@kukulinski.com
@rosskukulinski
1 of 27

Recommended

Kubernetes 101 Workshop by
Kubernetes 101 WorkshopKubernetes 101 Workshop
Kubernetes 101 WorkshopVishal Biyani
527 views32 slides
Architecting a Cloud Native Internet Archive by
Architecting a Cloud Native Internet ArchiveArchitecting a Cloud Native Internet Archive
Architecting a Cloud Native Internet ArchiveRoss Kukulinski
254 views21 slides
Workshop: Deploying and Scaling Node.js with Kubernetes by
Workshop: Deploying and Scaling Node.js with KubernetesWorkshop: Deploying and Scaling Node.js with Kubernetes
Workshop: Deploying and Scaling Node.js with KubernetesRoss Kukulinski
449 views28 slides
Kubernetes 101 by
Kubernetes 101Kubernetes 101
Kubernetes 101Jacopo Nardiello
3.7K views48 slides
Stateful set in kubernetes implementation & usecases by
Stateful set in kubernetes implementation & usecases Stateful set in kubernetes implementation & usecases
Stateful set in kubernetes implementation & usecases Krishna-Kumar
4.3K views13 slides
WSO2Con US 2015 Kubernetes: a platform for automating deployment, scaling, an... by
WSO2Con US 2015 Kubernetes: a platform for automating deployment, scaling, an...WSO2Con US 2015 Kubernetes: a platform for automating deployment, scaling, an...
WSO2Con US 2015 Kubernetes: a platform for automating deployment, scaling, an...Brian Grant
35.5K views62 slides

More Related Content

What's hot

Orchestrating Docker Containers with Google Kubernetes on OpenStack by
Orchestrating Docker Containers with Google Kubernetes on OpenStackOrchestrating Docker Containers with Google Kubernetes on OpenStack
Orchestrating Docker Containers with Google Kubernetes on OpenStackTrevor Roberts Jr.
5.6K views22 slides
Kubernetes 101 by
Kubernetes 101Kubernetes 101
Kubernetes 101Crevise Technologies
1.6K views38 slides
Marc Sluiter - 15 Kubernetes Features in 15 Minutes by
Marc Sluiter - 15 Kubernetes Features in 15 MinutesMarc Sluiter - 15 Kubernetes Features in 15 Minutes
Marc Sluiter - 15 Kubernetes Features in 15 MinutesMarc Sluiter
2.2K views24 slides
Docker Madison, Introduction to Kubernetes by
Docker Madison, Introduction to KubernetesDocker Madison, Introduction to Kubernetes
Docker Madison, Introduction to KubernetesTimothy St. Clair
3K views30 slides
Architecture Overview: Kubernetes with Red Hat Enterprise Linux 7.1 by
Architecture Overview: Kubernetes with Red Hat Enterprise Linux 7.1Architecture Overview: Kubernetes with Red Hat Enterprise Linux 7.1
Architecture Overview: Kubernetes with Red Hat Enterprise Linux 7.1Etsuji Nakai
15.6K views23 slides
Scaling Microservices with Kubernetes by
Scaling Microservices with KubernetesScaling Microservices with Kubernetes
Scaling Microservices with KubernetesDeivid Hahn Fração
983 views68 slides

What's hot(20)

Orchestrating Docker Containers with Google Kubernetes on OpenStack by Trevor Roberts Jr.
Orchestrating Docker Containers with Google Kubernetes on OpenStackOrchestrating Docker Containers with Google Kubernetes on OpenStack
Orchestrating Docker Containers with Google Kubernetes on OpenStack
Trevor Roberts Jr.5.6K views
Marc Sluiter - 15 Kubernetes Features in 15 Minutes by Marc Sluiter
Marc Sluiter - 15 Kubernetes Features in 15 MinutesMarc Sluiter - 15 Kubernetes Features in 15 Minutes
Marc Sluiter - 15 Kubernetes Features in 15 Minutes
Marc Sluiter2.2K views
Architecture Overview: Kubernetes with Red Hat Enterprise Linux 7.1 by Etsuji Nakai
Architecture Overview: Kubernetes with Red Hat Enterprise Linux 7.1Architecture Overview: Kubernetes with Red Hat Enterprise Linux 7.1
Architecture Overview: Kubernetes with Red Hat Enterprise Linux 7.1
Etsuji Nakai15.6K views
Kubernetes intro public - kubernetes meetup 4-21-2015 by Rohit Jnagal
Kubernetes intro   public - kubernetes meetup 4-21-2015Kubernetes intro   public - kubernetes meetup 4-21-2015
Kubernetes intro public - kubernetes meetup 4-21-2015
Rohit Jnagal3.3K views
Introduction to Kubernetes by Vishal Biyani
Introduction to KubernetesIntroduction to Kubernetes
Introduction to Kubernetes
Vishal Biyani601 views
CoreOS: The Inside and Outside of Linux Containers by Ramit Surana
CoreOS: The Inside and Outside of Linux ContainersCoreOS: The Inside and Outside of Linux Containers
CoreOS: The Inside and Outside of Linux Containers
Ramit Surana2.7K views
Cluster management with Kubernetes by Satnam Singh
Cluster management with KubernetesCluster management with Kubernetes
Cluster management with Kubernetes
Satnam Singh9.1K views
Kubernetes HA @ AppDirect - Montreal Kubernetes Meetup by alexgervais
Kubernetes HA @ AppDirect - Montreal Kubernetes MeetupKubernetes HA @ AppDirect - Montreal Kubernetes Meetup
Kubernetes HA @ AppDirect - Montreal Kubernetes Meetup
alexgervais650 views
Scaling Docker with Kubernetes by Carlos Sanchez
Scaling Docker with KubernetesScaling Docker with Kubernetes
Scaling Docker with Kubernetes
Carlos Sanchez1.7K views
Managing Docker Containers In A Cluster - Introducing Kubernetes by Marc Sluiter
Managing Docker Containers In A Cluster - Introducing KubernetesManaging Docker Containers In A Cluster - Introducing Kubernetes
Managing Docker Containers In A Cluster - Introducing Kubernetes
Marc Sluiter2.3K views
Kubernetes Introduction & Whats new in Kubernetes 1.6 by Opcito Technologies
Kubernetes Introduction & Whats new in Kubernetes 1.6Kubernetes Introduction & Whats new in Kubernetes 1.6
Kubernetes Introduction & Whats new in Kubernetes 1.6
Opcito Technologies1.1K views
Continuous delivery of microservices with kubernetes - Quintor 27-2-2017 by Arjen Wassink
Continuous delivery of microservices with kubernetes - Quintor 27-2-2017Continuous delivery of microservices with kubernetes - Quintor 27-2-2017
Continuous delivery of microservices with kubernetes - Quintor 27-2-2017
Arjen Wassink889 views

Viewers also liked

An Introduction to Kubernetes by
An Introduction to KubernetesAn Introduction to Kubernetes
An Introduction to KubernetesImesh Gunaratne
54.5K views27 slides
Kubernetes Architecture and Introduction – Paris Kubernetes Meetup by
Kubernetes Architecture and Introduction – Paris Kubernetes MeetupKubernetes Architecture and Introduction – Paris Kubernetes Meetup
Kubernetes Architecture and Introduction – Paris Kubernetes MeetupStefan Schimanski
5.5K views45 slides
Introduction to Kubernetes by
Introduction to KubernetesIntroduction to Kubernetes
Introduction to Kubernetesrajdeep
46.7K views39 slides
Containers, Clusters and Kubernetes - Brendan Burns - Defrag 2014 by
Containers, Clusters and Kubernetes - Brendan Burns - Defrag 2014Containers, Clusters and Kubernetes - Brendan Burns - Defrag 2014
Containers, Clusters and Kubernetes - Brendan Burns - Defrag 2014brendandburns
14.6K views29 slides
Kubernetes Basics by
Kubernetes BasicsKubernetes Basics
Kubernetes BasicsEueung Mulyana
8K views40 slides
Kubernetes Networking by
Kubernetes NetworkingKubernetes Networking
Kubernetes NetworkingCJ Cullen
26.7K views91 slides

Viewers also liked(20)

An Introduction to Kubernetes by Imesh Gunaratne
An Introduction to KubernetesAn Introduction to Kubernetes
An Introduction to Kubernetes
Imesh Gunaratne54.5K views
Kubernetes Architecture and Introduction – Paris Kubernetes Meetup by Stefan Schimanski
Kubernetes Architecture and Introduction – Paris Kubernetes MeetupKubernetes Architecture and Introduction – Paris Kubernetes Meetup
Kubernetes Architecture and Introduction – Paris Kubernetes Meetup
Stefan Schimanski5.5K views
Introduction to Kubernetes by rajdeep
Introduction to KubernetesIntroduction to Kubernetes
Introduction to Kubernetes
rajdeep46.7K views
Containers, Clusters and Kubernetes - Brendan Burns - Defrag 2014 by brendandburns
Containers, Clusters and Kubernetes - Brendan Burns - Defrag 2014Containers, Clusters and Kubernetes - Brendan Burns - Defrag 2014
Containers, Clusters and Kubernetes - Brendan Burns - Defrag 2014
brendandburns14.6K views
Kubernetes Networking by CJ Cullen
Kubernetes NetworkingKubernetes Networking
Kubernetes Networking
CJ Cullen26.7K views
Containers #101 Meetup: Containers & OpenStack by Brittany Ingram
Containers #101 Meetup: Containers & OpenStack Containers #101 Meetup: Containers & OpenStack
Containers #101 Meetup: Containers & OpenStack
Brittany Ingram737 views
Cloud Technology Ecosystems by Joseph Jacks
Cloud Technology EcosystemsCloud Technology Ecosystems
Cloud Technology Ecosystems
Joseph Jacks8K views
Kubernetes - #gdglimasummit by Angel Nuñez
Kubernetes - #gdglimasummitKubernetes - #gdglimasummit
Kubernetes - #gdglimasummit
Angel Nuñez372 views
Tectonic Summit 2016: Kubernetes 1.5 and Beyond by CoreOS
Tectonic Summit 2016: Kubernetes 1.5 and BeyondTectonic Summit 2016: Kubernetes 1.5 and Beyond
Tectonic Summit 2016: Kubernetes 1.5 and Beyond
CoreOS1.6K views
Container & kubernetes by Ted Jung
Container & kubernetesContainer & kubernetes
Container & kubernetes
Ted Jung3.6K views
Understanding Kubernetes by Tu Pham
Understanding KubernetesUnderstanding Kubernetes
Understanding Kubernetes
Tu Pham1.9K views
Container Network Interface: Network Plugins for Kubernetes and beyond by KubeAcademy
Container Network Interface: Network Plugins for Kubernetes and beyondContainer Network Interface: Network Plugins for Kubernetes and beyond
Container Network Interface: Network Plugins for Kubernetes and beyond
KubeAcademy14.1K views
Node Foundation Membership Overview 20160907 by NodejsFoundation
Node Foundation Membership Overview 20160907Node Foundation Membership Overview 20160907
Node Foundation Membership Overview 20160907
NodejsFoundation1.1M views
KubeCon EU 2016: Kubernetes Storage 101 by KubeAcademy
KubeCon EU 2016: Kubernetes Storage 101KubeCon EU 2016: Kubernetes Storage 101
KubeCon EU 2016: Kubernetes Storage 101
KubeAcademy22.8K views

Similar to Kubernetes 101 for Developers

Introduction to Kubernetes by
Introduction to KubernetesIntroduction to Kubernetes
Introduction to KubernetesRoss Kukulinski
2.7K views20 slides
State of the Art Containerized Nodejs by
State of the Art Containerized NodejsState of the Art Containerized Nodejs
State of the Art Containerized NodejsRoss Kukulinski
178 views14 slides
Cluster Management _ kubernetes MADIHA HARIFI by
Cluster Management _ kubernetes MADIHA HARIFICluster Management _ kubernetes MADIHA HARIFI
Cluster Management _ kubernetes MADIHA HARIFIHarifi Madiha
115 views23 slides
Choosing PaaS: Cisco and Open Source Options: an overview by
Choosing PaaS:  Cisco and Open Source Options: an overviewChoosing PaaS:  Cisco and Open Source Options: an overview
Choosing PaaS: Cisco and Open Source Options: an overviewCisco DevNet
1.4K views21 slides
CraftConf 2019: CRI Runtimes Deep Dive: Who Is Running My Pod? by
CraftConf 2019:  CRI Runtimes Deep Dive: Who Is Running My Pod?CraftConf 2019:  CRI Runtimes Deep Dive: Who Is Running My Pod?
CraftConf 2019: CRI Runtimes Deep Dive: Who Is Running My Pod?Phil Estes
613 views23 slides
Cloud Foundry and OpenStack: How They Fit - Cloud Expo 2014 by
Cloud Foundry and OpenStack: How They Fit - Cloud Expo 2014Cloud Foundry and OpenStack: How They Fit - Cloud Expo 2014
Cloud Foundry and OpenStack: How They Fit - Cloud Expo 2014Jason Anderson
497 views24 slides

Similar to Kubernetes 101 for Developers(20)

State of the Art Containerized Nodejs by Ross Kukulinski
State of the Art Containerized NodejsState of the Art Containerized Nodejs
State of the Art Containerized Nodejs
Ross Kukulinski178 views
Cluster Management _ kubernetes MADIHA HARIFI by Harifi Madiha
Cluster Management _ kubernetes MADIHA HARIFICluster Management _ kubernetes MADIHA HARIFI
Cluster Management _ kubernetes MADIHA HARIFI
Harifi Madiha115 views
Choosing PaaS: Cisco and Open Source Options: an overview by Cisco DevNet
Choosing PaaS:  Cisco and Open Source Options: an overviewChoosing PaaS:  Cisco and Open Source Options: an overview
Choosing PaaS: Cisco and Open Source Options: an overview
Cisco DevNet1.4K views
CraftConf 2019: CRI Runtimes Deep Dive: Who Is Running My Pod? by Phil Estes
CraftConf 2019:  CRI Runtimes Deep Dive: Who Is Running My Pod?CraftConf 2019:  CRI Runtimes Deep Dive: Who Is Running My Pod?
CraftConf 2019: CRI Runtimes Deep Dive: Who Is Running My Pod?
Phil Estes613 views
Cloud Foundry and OpenStack: How They Fit - Cloud Expo 2014 by Jason Anderson
Cloud Foundry and OpenStack: How They Fit - Cloud Expo 2014Cloud Foundry and OpenStack: How They Fit - Cloud Expo 2014
Cloud Foundry and OpenStack: How They Fit - Cloud Expo 2014
Jason Anderson497 views
Storage for containers and cloud-native deployments - Rancher Online Meetup -... by Shannon Williams
Storage for containers and cloud-native deployments - Rancher Online Meetup -...Storage for containers and cloud-native deployments - Rancher Online Meetup -...
Storage for containers and cloud-native deployments - Rancher Online Meetup -...
Shannon Williams2.2K views
Shipping NodeJS with Docker and CoreOS (No Notes) by Ross Kukulinski
Shipping NodeJS with Docker and CoreOS (No Notes)Shipping NodeJS with Docker and CoreOS (No Notes)
Shipping NodeJS with Docker and CoreOS (No Notes)
Ross Kukulinski1K views
What is the OpenStack Platform? By Peter Dens - Kangaroot by Kangaroot
What is the OpenStack Platform? By Peter Dens - KangarootWhat is the OpenStack Platform? By Peter Dens - Kangaroot
What is the OpenStack Platform? By Peter Dens - Kangaroot
Kangaroot811 views
Rackspace Private Cloud presentation for ChefConf 2014 by Joe Breu
Rackspace Private Cloud presentation for ChefConf 2014Rackspace Private Cloud presentation for ChefConf 2014
Rackspace Private Cloud presentation for ChefConf 2014
Joe Breu932 views
Kubernetes overview and Exploitation by OWASPSeasides
Kubernetes overview and ExploitationKubernetes overview and Exploitation
Kubernetes overview and Exploitation
OWASPSeasides111 views
The Butler is still young – applying modern Jenkins features to the Embedded ... by Oleg Nenashev
The Butler is still young – applying modern Jenkins features to the Embedded ...The Butler is still young – applying modern Jenkins features to the Embedded ...
The Butler is still young – applying modern Jenkins features to the Embedded ...
Oleg Nenashev535 views
Pivotal Cloud Foundry: Building a diverse geo-architecture for Cloud Native A... by DataStax Academy
Pivotal Cloud Foundry: Building a diverse geo-architecture for Cloud Native A...Pivotal Cloud Foundry: Building a diverse geo-architecture for Cloud Native A...
Pivotal Cloud Foundry: Building a diverse geo-architecture for Cloud Native A...
DataStax Academy1.7K views
Building A Diverse Geo-Architecture For Cloud Native Applications In One Day by VMware Tanzu
Building A Diverse Geo-Architecture For Cloud Native Applications In One DayBuilding A Diverse Geo-Architecture For Cloud Native Applications In One Day
Building A Diverse Geo-Architecture For Cloud Native Applications In One Day
VMware Tanzu2.1K views

More from Ross Kukulinski

State of State in Containers - PHL Kubernetes by
State of State in Containers - PHL KubernetesState of State in Containers - PHL Kubernetes
State of State in Containers - PHL KubernetesRoss Kukulinski
335 views41 slides
Node.js and Containers Go Together Like Peanut Butter and Jelly by
Node.js and Containers Go Together Like Peanut Butter and JellyNode.js and Containers Go Together Like Peanut Butter and Jelly
Node.js and Containers Go Together Like Peanut Butter and JellyRoss Kukulinski
790 views20 slides
Philly Tech Week Introduction to NodeJS by
Philly Tech Week Introduction to NodeJSPhilly Tech Week Introduction to NodeJS
Philly Tech Week Introduction to NodeJSRoss Kukulinski
484 views55 slides
Yodlr Realtime Technology Stack by
Yodlr Realtime Technology StackYodlr Realtime Technology Stack
Yodlr Realtime Technology StackRoss Kukulinski
979 views23 slides
Building A SaaS with CoreOS, Docker, and Etcd by
Building A SaaS with CoreOS, Docker, and EtcdBuilding A SaaS with CoreOS, Docker, and Etcd
Building A SaaS with CoreOS, Docker, and EtcdRoss Kukulinski
2.3K views29 slides
Building a SaaS with Nodejs, Docker, and CoreOS by
Building a SaaS with Nodejs, Docker, and CoreOSBuilding a SaaS with Nodejs, Docker, and CoreOS
Building a SaaS with Nodejs, Docker, and CoreOSRoss Kukulinski
5.5K views34 slides

More from Ross Kukulinski(8)

State of State in Containers - PHL Kubernetes by Ross Kukulinski
State of State in Containers - PHL KubernetesState of State in Containers - PHL Kubernetes
State of State in Containers - PHL Kubernetes
Ross Kukulinski335 views
Node.js and Containers Go Together Like Peanut Butter and Jelly by Ross Kukulinski
Node.js and Containers Go Together Like Peanut Butter and JellyNode.js and Containers Go Together Like Peanut Butter and Jelly
Node.js and Containers Go Together Like Peanut Butter and Jelly
Ross Kukulinski790 views
Philly Tech Week Introduction to NodeJS by Ross Kukulinski
Philly Tech Week Introduction to NodeJSPhilly Tech Week Introduction to NodeJS
Philly Tech Week Introduction to NodeJS
Ross Kukulinski484 views
Building A SaaS with CoreOS, Docker, and Etcd by Ross Kukulinski
Building A SaaS with CoreOS, Docker, and EtcdBuilding A SaaS with CoreOS, Docker, and Etcd
Building A SaaS with CoreOS, Docker, and Etcd
Ross Kukulinski2.3K views
Building a SaaS with Nodejs, Docker, and CoreOS by Ross Kukulinski
Building a SaaS with Nodejs, Docker, and CoreOSBuilding a SaaS with Nodejs, Docker, and CoreOS
Building a SaaS with Nodejs, Docker, and CoreOS
Ross Kukulinski5.5K views
Shipping NodeJS with Docker and CoreOS by Ross Kukulinski
Shipping NodeJS with Docker and CoreOSShipping NodeJS with Docker and CoreOS
Shipping NodeJS with Docker and CoreOS
Ross Kukulinski4.4K views

Recently uploaded

Igniting Next Level Productivity with AI-Infused Data Integration Workflows by
Igniting Next Level Productivity with AI-Infused Data Integration Workflows Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Igniting Next Level Productivity with AI-Infused Data Integration Workflows Safe Software
257 views86 slides
Web Dev - 1 PPT.pdf by
Web Dev - 1 PPT.pdfWeb Dev - 1 PPT.pdf
Web Dev - 1 PPT.pdfgdsczhcet
60 views45 slides
PharoJS - Zürich Smalltalk Group Meetup November 2023 by
PharoJS - Zürich Smalltalk Group Meetup November 2023PharoJS - Zürich Smalltalk Group Meetup November 2023
PharoJS - Zürich Smalltalk Group Meetup November 2023Noury Bouraqadi
126 views17 slides
The details of description: Techniques, tips, and tangents on alternative tex... by
The details of description: Techniques, tips, and tangents on alternative tex...The details of description: Techniques, tips, and tangents on alternative tex...
The details of description: Techniques, tips, and tangents on alternative tex...BookNet Canada
126 views24 slides
virtual reality.pptx by
virtual reality.pptxvirtual reality.pptx
virtual reality.pptxG036GaikwadSnehal
11 views15 slides
Kyo - Functional Scala 2023.pdf by
Kyo - Functional Scala 2023.pdfKyo - Functional Scala 2023.pdf
Kyo - Functional Scala 2023.pdfFlavio W. Brasil
298 views92 slides

Recently uploaded(20)

Igniting Next Level Productivity with AI-Infused Data Integration Workflows by Safe Software
Igniting Next Level Productivity with AI-Infused Data Integration Workflows Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Safe Software257 views
Web Dev - 1 PPT.pdf by gdsczhcet
Web Dev - 1 PPT.pdfWeb Dev - 1 PPT.pdf
Web Dev - 1 PPT.pdf
gdsczhcet60 views
PharoJS - Zürich Smalltalk Group Meetup November 2023 by Noury Bouraqadi
PharoJS - Zürich Smalltalk Group Meetup November 2023PharoJS - Zürich Smalltalk Group Meetup November 2023
PharoJS - Zürich Smalltalk Group Meetup November 2023
Noury Bouraqadi126 views
The details of description: Techniques, tips, and tangents on alternative tex... by BookNet Canada
The details of description: Techniques, tips, and tangents on alternative tex...The details of description: Techniques, tips, and tangents on alternative tex...
The details of description: Techniques, tips, and tangents on alternative tex...
BookNet Canada126 views
6g - REPORT.pdf by Liveplex
6g - REPORT.pdf6g - REPORT.pdf
6g - REPORT.pdf
Liveplex10 views
Piloting & Scaling Successfully With Microsoft Viva by Richard Harbridge
Piloting & Scaling Successfully With Microsoft VivaPiloting & Scaling Successfully With Microsoft Viva
Piloting & Scaling Successfully With Microsoft Viva
HTTP headers that make your website go faster - devs.gent November 2023 by Thijs Feryn
HTTP headers that make your website go faster - devs.gent November 2023HTTP headers that make your website go faster - devs.gent November 2023
HTTP headers that make your website go faster - devs.gent November 2023
Thijs Feryn21 views
GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N... by James Anderson
GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N...GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N...
GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N...
James Anderson66 views
Unit 1_Lecture 2_Physical Design of IoT.pdf by StephenTec
Unit 1_Lecture 2_Physical Design of IoT.pdfUnit 1_Lecture 2_Physical Design of IoT.pdf
Unit 1_Lecture 2_Physical Design of IoT.pdf
StephenTec12 views
Special_edition_innovator_2023.pdf by WillDavies22
Special_edition_innovator_2023.pdfSpecial_edition_innovator_2023.pdf
Special_edition_innovator_2023.pdf
WillDavies2217 views
handbook for web 3 adoption.pdf by Liveplex
handbook for web 3 adoption.pdfhandbook for web 3 adoption.pdf
handbook for web 3 adoption.pdf
Liveplex22 views
From chaos to control: Managing migrations and Microsoft 365 with ShareGate! by sammart93
From chaos to control: Managing migrations and Microsoft 365 with ShareGate!From chaos to control: Managing migrations and Microsoft 365 with ShareGate!
From chaos to control: Managing migrations and Microsoft 365 with ShareGate!
sammart939 views
Transcript: The Details of Description Techniques tips and tangents on altern... by BookNet Canada
Transcript: The Details of Description Techniques tips and tangents on altern...Transcript: The Details of Description Techniques tips and tangents on altern...
Transcript: The Details of Description Techniques tips and tangents on altern...
BookNet Canada135 views
Five Things You SHOULD Know About Postman by Postman
Five Things You SHOULD Know About PostmanFive Things You SHOULD Know About Postman
Five Things You SHOULD Know About Postman
Postman30 views

Kubernetes 101 for Developers