SlideShare a Scribd company logo
bit.ly/kubemaster1
1
4K - Kubernetes
dn.dev/4k-kubernetes
with Knative, Kafka and Kamel
dn.dev/4k-kubernetes
Upcoming DevNation Schedule
India (English)
UTC: 7:00
Local 12:30
France
(French)
UTC 9:00
France
(French)
UTC 11:00
Local 13:00
Brazil
(Portuguese)
UTC 14:00
Local 11:00
USA (English)
UTC 14:00
Local 10:00
Eastern
USA (English)
UTC 16:00
Local 12:00
Eastern
Mexico
(Spanish)
UTC 18:00
Local 13:00
Central
Standard
May 4 2020 Kubernetes
Beginner
Kubernetes
Beginner
Kubernetes
Beginner
Kubernetes
Beginner
Kubernetes
Beginner
May 6 2020 Kubernetes
Elementary
Kubernetes
Elementary
Kubernetes
Elementary
Kubernetes
Elementary
Kubernetes
Elementary
May 11 2020 Quarkus Basics Quarkus Basics Quarkus Basics Quarkus Basics Quarkus Basics
May 12 2020 Istio Istio Istio Istio Istio
May 13 2020 Quarkus Cloud
Native
Quarkus Cloud
Native
Quarkus Cloud
Native
Quarkus Cloud
Native
Quarkus Cloud
Native
May 18 2020 Ops & Admins I Ops & Admins I Operator SDK I Ops & Admins I
May 20 2020 Ops & Admins II Ops & Admins II Operator SDK II Ops & Admins II
dn.dev/4K-kubernetes
Download
dn.dev/knative-cookbook
dn.dev/4K-kubernetes
@burrsutter
● burr@redhat.com
● Featured speaker at technology events around the globe
● Java Champion since 2005
● Former President of the Atlanta Java User Group
● Founded the DevNexus conference
● Always looking for technologies that enable developers to
deliver better software ever faster
dn.dev/4K-kubernetes
Kamesh Sampath(devadvocate.yaml)
apiVersion: bio/v1
kind: DeveloperAdvocate
spec:
title: “Director of Developer Experience @ Red Hat”
gde:
expert: cloud
year: 2019
javaDeveloper: true
opensourceContributions:
- Eclipse Che
- Quarkus - Supersonic Subatomic Java
- kubernetes/minikube: Run Kubernetes locally
- Camel K
social-handles:
linkedin: https://linkedin.com/in/kameshsampath
github: kameshsampath (Kamesh Sampath)
twitter: Kamesh Sampath (@kamesh_sampath)
blogs: developers.redhat.com(Kamesh Sampath)
kubectl email --address kameshs@redhat.com
dn.dev/4k-kubernetes
Agenda
Understand four pillars of Cloud Data
Streaming
○ Kubernetes
○ Knative
○ Apache Kafka
○ Camel-K(Kamel)
dn.dev/4k-kubernetes
Why Kubernetes?
dn.dev/4k-kubernetes
Love Thy Mono
Old School New School
dn.dev/4k-kubernetes
A Challenge
Server Hardware
Operating System
Application Server
.war or .ear
Java Virtual Machine
Custom Configuration
Linux Kernel Version & Distribution
Java 1.6.6_45 or Java 1.7.0_67
Weblogic 10.x.y, Tomcat 6.x.y, JBoss EAP 6.x.y
JDBC driver, datasource, JMS queue, users
Have you ever had “/” vs “” break your app? Or perhaps needed a unique version of a JDBC
driver? Or had a datasource with a slightly misspelled JNDI name? Or received a patch for the
JVM or app server that broke your code?
Containerize
Your
App
dn.dev/4k-kubernetes
Email
MyApp.war has been tested with the following
On my Windows 7 desktop
JDK 1.8.43
Wildfly 9
Configuration:
Datasource: MySQLDS
Tested with: mysql-connector-java-5.1.31-bin.jar
Production Environment
Red Hat Enterprise Linux 6.2
JRE 1.7.3
WebSphere 8.5.5
Oracle 9
dn.dev/4k-kubernetes
Dockerfile
Container Guest OS
Java App Server
custom configuration
FROM centos/wildfly
COPY xyz.xml /opt/myserver/configuration/
COPY mysql-connector-java-5.1.31-bin.jar /opt/wildfly/standalone/deployments/
COPY mysql-sample-ds.xml /opt/wildfly/standalone/deployments/
COPY myapp/target/your.war /opt/wildfly/standalone/deployments/
your.war
dependencies
dn.dev/4k-kubernetes
DevOps Challenges for Multiple Containers
▪ How to scale?
▪ How to avoid port conflicts?
▪ How to manage them on multiple
hosts?
▪ What happens if a host has trouble?
▪ How to keep them running?
▪ How to update them?
▪ Rebuild Container Images?
Node
Node Node
Node Node
Logger
Node
dn.dev/4k-kubernetes
https://www.openshift.com/https://kubernetes.io
dn.dev/4k-kubernetes
▪ Greek for “Helmsman,” also the root of the word
“Governor” (from latin: gubernator)
▪ Container orchestrator
▪ Supports multiple cloud and bare-metal
environments
▪ Inspired by Google’s experience with containers
▪ Open source, written in Go
▪ Manage applications, not machines
Meet Kubernetes
dn.dev/4k-kubernetes
History of Microservices
Continuous
Integration
via XP
1999
AWS EC2
2006
DropWizard
May 2011
Agile
Manifesto
Feb
2001
NETFLIX
to AWS
2010
Ribbon
March
2012
Hystrix
March 2012
Eureka
July 2012
Microservices
Assess
Thoughtworks
Radar
March 2012
Spring Boot
Sept 2013
Microservices
Defined
Thoughtworks
Fowler, Lewis
March 2014
Kubernetes
June 2014
Java EE6
2009
DevOps
2009
Docker
March
2013
Vert.x
June
2011
2
0
1
5
dn.dev/4k-kubernetes
https://www.youtube.com/watch?v=GCtpncA0Ea0&feature=youtu.be&t=1031
2015
Launch 1000+
Containers
Audience
Claims a
Container
dn.dev/4k-kubernetes
What is Kubernetes?
dn.dev/4k-kubernetes
Pods
A group of whales is commonly referred to
as a pod and a pod usually consists a group
of whales that have bonded together either
because of biological reasons or through
friendships developed between two or
more whales.
In many cases a typical whale pod consists
of anywhere from 2 to 30 whales or more.*
*http://www.whalefacts.org/what-is-a-group-of-whales-called/
dn.dev/4k-kubernetes
Kubernetes JargonsKubernetes Jargons
dn.dev/4k-kubernetes
Pod Replicaset/
Deployment
Service Label
✓ 1+ containers
✓ Shared IP
✓ Shared storage (ephemeral)
✓ Shared resources
✓ Shared lifecycle
✓ The Desired
State - replicas,
pod template:
health checks,
resources,
image
✓ Grouping of
pods (acting as
one) has stable
virtual IP and
DNS name
✓ Key/Value pairs
associated with
Kubernetes objects
(env=production)
Kubernetes Terms
Persistent
Volume
✓ Network
available storage
✓ PVs and PVCs
dn.dev/4k-kubernetes
Master
Node Node
Istio
proxy
Node
Node Node Node
Dev
Ops
api
etcd
scheduler
controllers
Kubernetes Cluster - Nodes
kubelet kubelet kubelet
kubeletkubeletkubelet
dn.dev/4k-kubernetes
Master
Node Node
Istio
proxy
Node
Node Node Node
Dev
Ops
api
etcd
scheduler
controllers
Kubernetes Cluster - Declarative
kubelet kubelet kubelet
kubeletkubeletkubelet
image: repo/mytomcat:v1
replicas: 4
dn.dev/4k-kubernetes
Master
Node Node
Istio
proxy
Node
Node Node Node
Dev
Ops
api
etcd
scheduler
controllers
Kubernetes Cluster - 4 Tomcats
kubelet kubelet kubelet
kubeletkubeletkubelet
dn.dev/4k-kubernetes
Master
Node Node
Istio
proxy
Node
Node Node Node
Dev
Ops
api
etcd
scheduler
controllers
Kubernetes Cluster - Pod Fail
kubelet kubelet kubelet
kubeletkubeletkubelet
X
dn.dev/4k-kubernetes
Master
Node Node
Istio
proxy
Node
Node Node Node
Dev
Ops
api
etcd
scheduler
controllers
Kubernetes Cluster - Correcting
kubelet kubelet kubelet
kubeletkubeletkubelet
dn.dev/4k-kubernetes
Master
Node Node
Istio
proxy
Node
Node Node Node
Dev
Ops
api
etcd
scheduler
controllers
Kubernetes Cluster - Node Fail
kubelet kubelet kubelet
kubeletkubeletkubelet
X
dn.dev/4k-kubernetes
Master
Node Node
Istio
proxy
Node
Node Node
Dev
Ops
api
etcd
scheduler
controllers
kubelet kubelet
kubeletkubeletkubelet
Kubernetes Cluster - Pods Replaced
dn.dev/4k-kubernetes
Master
Node Node
Istio
proxy
Node
Node Node
Dev
Ops
api
etcd
scheduler
controllers
Kubernetes Cluster - New Node
kubelet kubelet
kubeletkubeletkubelet
Node kubelet
dn.dev/4k-kubernetes
Serverless
https://www2.eecs.berkeley.edu/Pubs/TechRpts/2019/EECS-2019-3.pdf
dn.dev/4k-kubernetes
dn.dev/4k-kubernetes
Serverless Computing
“Serverless computing refers to the concept of building and
running applications that do not require server management. It
describes a finer-grained deployment model where
applications, bundled as one or more functions, are uploaded
to a platform and then executed, scaled, and billed in response
to the exact demand needed at the moment.”
dn.dev/4k-kubernetes
Why we need Serverless ??
Agility in any cloud environment
dn.dev/4k-kubernetes
Serverless Computing
“Serverless computing refers to the concept of building and
running applications that do not require server management. It
describes a finer-grained deployment model where
applications, bundled as one or more functions, are uploaded
to a platform and then executed, scaled, and billed in response
to the exact demand needed at the moment.”
dn.dev/4k-kubernetes
Short History of Serverless
AWS
S3
March
2006
AWS
Lambda
November
2014
AWS
EC2
August
2006
Serverless
Described
Thoughtworks
August 2016
Serverless
Coined
October
2012
Serverless
Assess
Thoughtworks
Radar
April 2016
AWS
Dynamo
DB
January
2012
Firebase
September
2011
Iron.io
July
2011
Google
Cloud
Function
Feb 2016
Azure
Functions
Mar 2016
Pivotal
Riff
Dec 2017
Oracle
Functions
Sept 2016
IBM
Bluemix
OpenWhisk
Feb 2016
Oracle
Fn Project
Oct 2017
dn.dev/4k-kubernetes
Architectural Styles
•
•
•
•
•
•
•
•
•
•
•
•
•
•
dn.dev/4k-kubernetes
When to choose what ?
•
•
•
•
•
•
•
•
dn.dev/4k-kubernetes
Microservices Serverless
Functions
Your Control
Long-Lived Processes
Known Programming Model
Often Sync Request-Response
Mature:
IDE Integration
Debuggers
Tracers
Monitoring
CI/CD
Cloud Control
Short-Lived Processes
New Programming Model
Event-Driven Async
Immature:
?
dn.dev/4k-kubernetes
Microservices Serverless
Functions
Your Control
Long-Lived Processes
Known Programming Model
Often Sync Request-Response
Mature:
IDE Integration
Debuggers
Tracers
Monitoring
CI/CD
Cloud Control
Short-Lived Processes
New Programming Model
Event-Driven Async
Immature:
?
Knative
dn.dev/4k-kubernetes
Serving
https://knative.dev/docs/serving
dn.dev/4k-kubernetes
Capabilities
● Rapid application deployment
● Scale-to-zero
○ No pod == no memory
● Scale-from-zero
○ Traffic spike starts N pods
● Configurations and Revisions
○ Deployment snapshots
○ Built-in Blue/Green
● Routing and Network configurations
dn.dev/4k-kubernetes
Demo
Serving
dn.dev/4k-kubernetes
Eventing
https://knative.dev/docs/eventing
dn.dev/4k-kubernetes
Exploring Knative Eventing
● Eventing Sources
○ Producers of events e.g. Github, Camel, GCP
Pub/Sub,CronJob
● Eventing Channels
○ Event forward or persistence layer e.g. Apache Kafka
Channel, GCP Pub/Sub , InMemory
● Brokers
○ Event mesh
● Triggers
○ Connecting Broker and Subscriber
○ Filtering Events
dn.dev/4k-kubernetes
Exploring Knative Eventing (contd.,)
● Event Registries
○ Repository of available event types that can be
used with Broker
● Event Sink
○ Kubernetes Service
○ Knative Service
○ Channel
○ Broker
dn.dev/4k-kubernetes
CNCF, CloudEvents and Serverless
dn.dev/4k-kubernetes
Demo
Eventing
dn.dev/4k-kubernetes
Data Streaming
dn.dev/4k-kubernetes
Apache Kafka
https://kafka.apache.org
dn.dev/4k-kubernetes
Apache Kafka ?
● Developed at Linkedin back in 2010, open sourced
in 2011
● Designed to be fast, scalable, durable and available
● Ability to handle huge number of consumers
● Distributed by nature
● Messages are sent to and received from a topic
dn.dev/4k-kubernetes
DevOps challenges - Apache Kafka
● Installation and Configuration is not simple
● Configuring a new cluster:
○ Configuring single brokers
○ Pay attention to conflicting configuration
● Updating a cluster:
○ Updating every single broker
○ Rolling restart of Brokers
○ Rollout and synchronization of Apache Zookeeper
dn.dev/4k-kubernetes
http://strimzi.io/
Strimzi
dn.dev/4k-kubernetes
Topic & User
operators
Zookeeper Cluster
Kafka Cluster
Cluster Operator
Kafka
Custom Resource
Deployment Apache Kafka
on Kubernetes
dn.dev/4k-kubernetes
When to use Apache Kafka ?
● Kafka is a great tool for event-driven architectures
○ Backbone for event driven systems
○ Streaming platform
● Events can have different forms
○ Absolute: Temperature is 21 degrees celsius
○ Deltas: Temperature increased by 1 degree celsius
● Event streams
○ Event sourcing
○ Audit trails
○ Log and metrics analytics
dn.dev/4k-kubernetes
Demo
dn.dev/4k-kubernetes
Enterprise Integration
dn.dev/4k-kubernetes
https://camel.apache.org/
dn.dev/4k-kubernetes
What is Apache Camel
•The swiss knife of integration
•>10 years of development - still one of the most active
Apache projects
•Java-based integration framework that can be installed on
multiple runtimes: Spring-Boot, JEE, JBoss, Karaf,
Standalone, ...
•Based on Enterprise Integration Patterns
•Supports 250+ components
•Uses a powerful DSL
•Can integrate anything
dn.dev/4k-kubernetes
https://camel.apache.org/
Camel K
dn.dev/4k-kubernetes
https://camel.apache.org/
dn.dev/4k-kubernetes
Apache Camel-K ?
● Lightweight integration platform to run
Apache Camel integrations as
Kubernetes applications
● Run integrations as serverless
applications
● Ability to integrate with Knative
Channels
dn.dev/4k-kubernetes
Developer Workflow
dn.dev/4k-kubernetes
Demo
dn.dev/4k-kubernetes
The End
dn.dev/4k-kubernetes
Resources
Tutorials
•Kubernetes Tutorial - dn.dev/kube-tutorial
•Knative Tutorial – dn.dev/knative-tutorial
•Istio Tutorial - dn.dev/istio-tutorial
•Quarkus Tutorial - dn.dev/quarkus-tutorial
•Tekton Tutorial - dn.dev/tekton-tutorial
Master Courses - dn.dev/master
DevNation Tech Talks - dn.dev/upcoming
dn.dev/4K-kubernetes
Download
dn.dev/knative-cookbook
dn.dev/4K-kubernetes
Download
dn.dev/k8spatterns1
dn.dev/4k-kubernetes
Download
bit.ly/mono2microdb
dn.dev/4k-kubernetes
bit.ly/istiobook
Download
dn.dev/4k-kubernetes
bit.ly/javamicroservicesbook
Download
dn.dev/4k-kubernetes
The End

More Related Content

What's hot (20)

PDF
Introduction to Kubernetes with demo
Opsta
 
PDF
Automate App Container Delivery with CI/CD and DevOps
Daniel Oh
 
PDF
Improving security with Istio | DevNation Tech Talk
Red Hat Developers
 
PDF
Continuous Deployment with Kubernetes, Docker and GitLab CI
alexanderkiel
 
PDF
Troubleshooting tips from docker support engineers
Docker, Inc.
 
PDF
GitOps A/B testing with Istio and Helm
Weaveworks
 
PDF
Introduction to Kubernetes - Docker Global Mentor Week 2016
Opsta
 
PDF
The path to a serverless-native era with Kubernetes
sparkfabrik
 
PPTX
2016 - Continuously Delivering Microservices in Kubernetes using Jenkins
devopsdaysaustin
 
PDF
Effective Building your Platform with Kubernetes == Keep it Simple
Wojciech Barczyński
 
PDF
Continuous Delivery the Hard Way with Kubernetes
Weaveworks
 
PDF
Continuous Delivery With Containers
All Things Open
 
PDF
An Introduction to Rancher
Conner Swann
 
PDF
CI/CD Pipeline mit Gitlab CI und Kubernetes
inovex GmbH
 
PDF
Setting up CI/CD pipeline with Kubernetes and Kublr step-by-step
Oleg Chunikhin
 
PDF
Demystifying container connectivity with kubernetes in docker
Docker, Inc.
 
PDF
Implementing an Automated Staging Environment
Daniel Oliveira Filho
 
PDF
Zero downtime-java-deployments-with-docker-and-kubernetes
Arjan Schaaf
 
PDF
How we can do Multi-Tenancy on Kubernetes
Opsta
 
PDF
GlueCon kubernetes & container engine
brendandburns
 
Introduction to Kubernetes with demo
Opsta
 
Automate App Container Delivery with CI/CD and DevOps
Daniel Oh
 
Improving security with Istio | DevNation Tech Talk
Red Hat Developers
 
Continuous Deployment with Kubernetes, Docker and GitLab CI
alexanderkiel
 
Troubleshooting tips from docker support engineers
Docker, Inc.
 
GitOps A/B testing with Istio and Helm
Weaveworks
 
Introduction to Kubernetes - Docker Global Mentor Week 2016
Opsta
 
The path to a serverless-native era with Kubernetes
sparkfabrik
 
2016 - Continuously Delivering Microservices in Kubernetes using Jenkins
devopsdaysaustin
 
Effective Building your Platform with Kubernetes == Keep it Simple
Wojciech Barczyński
 
Continuous Delivery the Hard Way with Kubernetes
Weaveworks
 
Continuous Delivery With Containers
All Things Open
 
An Introduction to Rancher
Conner Swann
 
CI/CD Pipeline mit Gitlab CI und Kubernetes
inovex GmbH
 
Setting up CI/CD pipeline with Kubernetes and Kublr step-by-step
Oleg Chunikhin
 
Demystifying container connectivity with kubernetes in docker
Docker, Inc.
 
Implementing an Automated Staging Environment
Daniel Oliveira Filho
 
Zero downtime-java-deployments-with-docker-and-kubernetes
Arjan Schaaf
 
How we can do Multi-Tenancy on Kubernetes
Opsta
 
GlueCon kubernetes & container engine
brendandburns
 

Similar to 4K–Kubernetes with Knative, Kafka and Kamel (20)

PDF
Kubernetes for Java developers
Robert Barr
 
PDF
Running and Managing Kubernetes on OpenStack
Victor Palma
 
PPTX
01 - VMUGIT - Lecce 2018 - Fabio Rapposelli, VMware
VMUG IT
 
PDF
Kubernetes for Java Developers
Anthony Dahanne
 
PPTX
Why kubernetes matters
Platform9
 
PDF
Get you Java application ready for Kubernetes !
Anthony Dahanne
 
PDF
kubernetes.pdf
crezzcrezz
 
PDF
Kubernetes in Action First Edition Marko Luksa
garelunya
 
PDF
Build Your Own CaaS (Container as a Service)
HungWei Chiu
 
PDF
Kubernetes - Starting with 1.2
William Stewart
 
PPTX
Kubernetes-introduction to kubernetes for beginers.pptx
rathnavel194
 
PPTX
Kubernetes 101 Workshop
Vishal Biyani
 
PDF
Kubernetes for java developers - Tutorial at Oracle Code One 2018
Anthony Dahanne
 
PPTX
Kubernetes I Deep Dive.pptx
ssuser368371
 
PDF
Kubernetes in Action First Edition Marko Luksa
linnjhmkoq2198
 
PDF
Kubernetes in Action First Edition Marko Luksa
faregyasuko
 
PDF
Getting started with kubernetes
Janakiram MSV
 
PDF
9 steps to awesome with kubernetes
BaraniBuuny
 
PDF
Introduction to kubernetes
Helder Klemp
 
PDF
How Kubernetes helps Devops
Sreenivas Makam
 
Kubernetes for Java developers
Robert Barr
 
Running and Managing Kubernetes on OpenStack
Victor Palma
 
01 - VMUGIT - Lecce 2018 - Fabio Rapposelli, VMware
VMUG IT
 
Kubernetes for Java Developers
Anthony Dahanne
 
Why kubernetes matters
Platform9
 
Get you Java application ready for Kubernetes !
Anthony Dahanne
 
kubernetes.pdf
crezzcrezz
 
Kubernetes in Action First Edition Marko Luksa
garelunya
 
Build Your Own CaaS (Container as a Service)
HungWei Chiu
 
Kubernetes - Starting with 1.2
William Stewart
 
Kubernetes-introduction to kubernetes for beginers.pptx
rathnavel194
 
Kubernetes 101 Workshop
Vishal Biyani
 
Kubernetes for java developers - Tutorial at Oracle Code One 2018
Anthony Dahanne
 
Kubernetes I Deep Dive.pptx
ssuser368371
 
Kubernetes in Action First Edition Marko Luksa
linnjhmkoq2198
 
Kubernetes in Action First Edition Marko Luksa
faregyasuko
 
Getting started with kubernetes
Janakiram MSV
 
9 steps to awesome with kubernetes
BaraniBuuny
 
Introduction to kubernetes
Helder Klemp
 
How Kubernetes helps Devops
Sreenivas Makam
 
Ad

More from Red Hat Developers (20)

PDF
DevNation Tech Talk: Getting GitOps
Red Hat Developers
 
PDF
Exploring the power of OpenTelemetry on Kubernetes
Red Hat Developers
 
PDF
GitHub Makeover | DevNation Tech Talk
Red Hat Developers
 
PDF
Quinoa: A modern Quarkus UI with no hassles | DevNation tech Talk
Red Hat Developers
 
PDF
Extra micrometer practices with Quarkus | DevNation Tech Talk
Red Hat Developers
 
PDF
Event-driven autoscaling through KEDA and Knative Integration | DevNation Tec...
Red Hat Developers
 
PDF
Integrating Loom in Quarkus | DevNation Tech Talk
Red Hat Developers
 
PDF
Quarkus Renarde 🦊♥: an old-school Web framework with today's touch | DevNatio...
Red Hat Developers
 
PDF
Containers without docker | DevNation Tech Talk
Red Hat Developers
 
PDF
Distributed deployment of microservices across multiple OpenShift clusters | ...
Red Hat Developers
 
PDF
DevNation Workshop: Object detection with Red Hat OpenShift Data Science [Mar...
Red Hat Developers
 
PDF
Dear security, compliance, and auditing: We’re sorry. Love, DevOps | DevNatio...
Red Hat Developers
 
PDF
11 CLI tools every developer should know | DevNation Tech Talk
Red Hat Developers
 
PDF
A Microservices approach with Cassandra and Quarkus | DevNation Tech Talk
Red Hat Developers
 
PDF
GitHub Actions and OpenShift: ​​Supercharging your software development loops...
Red Hat Developers
 
PDF
To the moon and beyond with Java 17 APIs! | DevNation Tech Talk
Red Hat Developers
 
PDF
Profile your Java apps in production on Red Hat OpenShift with Cryostat | Dev...
Red Hat Developers
 
PDF
Kafka at the Edge: an IoT scenario with OpenShift Streams for Apache Kafka | ...
Red Hat Developers
 
PDF
Kubernetes configuration and security policies with KubeLinter | DevNation Te...
Red Hat Developers
 
PDF
Level-up your gaming telemetry using Kafka Streams | DevNation Tech Talk
Red Hat Developers
 
DevNation Tech Talk: Getting GitOps
Red Hat Developers
 
Exploring the power of OpenTelemetry on Kubernetes
Red Hat Developers
 
GitHub Makeover | DevNation Tech Talk
Red Hat Developers
 
Quinoa: A modern Quarkus UI with no hassles | DevNation tech Talk
Red Hat Developers
 
Extra micrometer practices with Quarkus | DevNation Tech Talk
Red Hat Developers
 
Event-driven autoscaling through KEDA and Knative Integration | DevNation Tec...
Red Hat Developers
 
Integrating Loom in Quarkus | DevNation Tech Talk
Red Hat Developers
 
Quarkus Renarde 🦊♥: an old-school Web framework with today's touch | DevNatio...
Red Hat Developers
 
Containers without docker | DevNation Tech Talk
Red Hat Developers
 
Distributed deployment of microservices across multiple OpenShift clusters | ...
Red Hat Developers
 
DevNation Workshop: Object detection with Red Hat OpenShift Data Science [Mar...
Red Hat Developers
 
Dear security, compliance, and auditing: We’re sorry. Love, DevOps | DevNatio...
Red Hat Developers
 
11 CLI tools every developer should know | DevNation Tech Talk
Red Hat Developers
 
A Microservices approach with Cassandra and Quarkus | DevNation Tech Talk
Red Hat Developers
 
GitHub Actions and OpenShift: ​​Supercharging your software development loops...
Red Hat Developers
 
To the moon and beyond with Java 17 APIs! | DevNation Tech Talk
Red Hat Developers
 
Profile your Java apps in production on Red Hat OpenShift with Cryostat | Dev...
Red Hat Developers
 
Kafka at the Edge: an IoT scenario with OpenShift Streams for Apache Kafka | ...
Red Hat Developers
 
Kubernetes configuration and security policies with KubeLinter | DevNation Te...
Red Hat Developers
 
Level-up your gaming telemetry using Kafka Streams | DevNation Tech Talk
Red Hat Developers
 
Ad

Recently uploaded (20)

PDF
GDG Cloud Munich - Intro - Luiz Carneiro - #BuildWithAI - July - Abdel.pdf
Luiz Carneiro
 
PPTX
Agile Chennai 18-19 July 2025 | Workshop - Enhancing Agile Collaboration with...
AgileNetwork
 
PPTX
The Future of AI & Machine Learning.pptx
pritsen4700
 
PDF
Per Axbom: The spectacular lies of maps
Nexer Digital
 
PDF
Trying to figure out MCP by actually building an app from scratch with open s...
Julien SIMON
 
PDF
The Future of Mobile Is Context-Aware—Are You Ready?
iProgrammer Solutions Private Limited
 
PDF
introduction to computer hardware and sofeware
chauhanshraddha2007
 
PDF
OFFOFFBOX™ – A New Era for African Film | Startup Presentation
ambaicciwalkerbrian
 
PDF
Responsible AI and AI Ethics - By Sylvester Ebhonu
Sylvester Ebhonu
 
PPTX
Agile Chennai 18-19 July 2025 | Emerging patterns in Agentic AI by Bharani Su...
AgileNetwork
 
PPTX
Dev Dives: Automate, test, and deploy in one place—with Unified Developer Exp...
AndreeaTom
 
PPTX
Introduction to Flutter by Ayush Desai.pptx
ayushdesai204
 
PPTX
Agentic AI in Healthcare Driving the Next Wave of Digital Transformation
danielle hunter
 
PDF
A Strategic Analysis of the MVNO Wave in Emerging Markets.pdf
IPLOOK Networks
 
PPTX
OA presentation.pptx OA presentation.pptx
pateldhruv002338
 
PPTX
cloud computing vai.pptx for the project
vaibhavdobariyal79
 
PDF
Build with AI and GDG Cloud Bydgoszcz- ADK .pdf
jaroslawgajewski1
 
PPTX
Applied-Statistics-Mastering-Data-Driven-Decisions.pptx
parmaryashparmaryash
 
PDF
CIFDAQ's Market Wrap : Bears Back in Control?
CIFDAQ
 
PDF
Researching The Best Chat SDK Providers in 2025
Ray Fields
 
GDG Cloud Munich - Intro - Luiz Carneiro - #BuildWithAI - July - Abdel.pdf
Luiz Carneiro
 
Agile Chennai 18-19 July 2025 | Workshop - Enhancing Agile Collaboration with...
AgileNetwork
 
The Future of AI & Machine Learning.pptx
pritsen4700
 
Per Axbom: The spectacular lies of maps
Nexer Digital
 
Trying to figure out MCP by actually building an app from scratch with open s...
Julien SIMON
 
The Future of Mobile Is Context-Aware—Are You Ready?
iProgrammer Solutions Private Limited
 
introduction to computer hardware and sofeware
chauhanshraddha2007
 
OFFOFFBOX™ – A New Era for African Film | Startup Presentation
ambaicciwalkerbrian
 
Responsible AI and AI Ethics - By Sylvester Ebhonu
Sylvester Ebhonu
 
Agile Chennai 18-19 July 2025 | Emerging patterns in Agentic AI by Bharani Su...
AgileNetwork
 
Dev Dives: Automate, test, and deploy in one place—with Unified Developer Exp...
AndreeaTom
 
Introduction to Flutter by Ayush Desai.pptx
ayushdesai204
 
Agentic AI in Healthcare Driving the Next Wave of Digital Transformation
danielle hunter
 
A Strategic Analysis of the MVNO Wave in Emerging Markets.pdf
IPLOOK Networks
 
OA presentation.pptx OA presentation.pptx
pateldhruv002338
 
cloud computing vai.pptx for the project
vaibhavdobariyal79
 
Build with AI and GDG Cloud Bydgoszcz- ADK .pdf
jaroslawgajewski1
 
Applied-Statistics-Mastering-Data-Driven-Decisions.pptx
parmaryashparmaryash
 
CIFDAQ's Market Wrap : Bears Back in Control?
CIFDAQ
 
Researching The Best Chat SDK Providers in 2025
Ray Fields
 

4K–Kubernetes with Knative, Kafka and Kamel