SlideShare a Scribd company logo
Unikernels	-	The	next	big	little	thing	?
Devconf.cz,	Brno,	Czech	Republic,	Jan	2017
										Mike	Bright,	 	@mjbright
Overview
What	are	Unikernels?
Why	do	we	need	them?
Domains	of	application
Unikernel	implementations
Clean-slate	or	legacy
Tooling
Containers	and	Unikernels
Demo
Conclusions
Unikernels
@mjbright
Why	this	talk?
@mjbright
Why	this	talk?
Curiosity	about
What	we	can	expect	to	see	from	Unikernels	(and	Docker	...)
Who	the	players	are
@mjbright
Why	this	talk?
Curiosity	about
What	we	can	expect	to	see	from	Unikernels	(and	Docker	...)
Who	the	players	are
1990's:	First	unikernels	-	Exokernel	and	Nemesis	(Univ.	Cambr)
@mjbright
Why	this	talk?
Curiosity	about
What	we	can	expect	to	see	from	Unikernels	(and	Docker	...)
Who	the	players	are
1990's:	First	unikernels	-	Exokernel	and	Nemesis	(Univ.	Cambr)
@mjbright
Why	this	talk?
Curiosity	about
What	we	can	expect	to	see	from	Unikernels	(and	Docker	...)
Who	the	players	are
1990's:	First	unikernels	-	Exokernel	and	Nemesis	(Univ.	Cambr)
@mjbright
Why	this	talk?
Curiosity	about
What	we	can	expect	to	see	from	Unikernels	(and	Docker	...)
Who	the	players	are
1990's:	First	unikernels	-	Exokernel	and	Nemesis	(Univ.	Cambr)
@mjbright
Why	this	talk?
Curiosity	about
What	we	can	expect	to	see	from	Unikernels	(and	Docker	...)
Who	the	players	are
1990's:	First	unikernels	-	Exokernel	and	Nemesis	(Univ.	Cambr)
@mjbright
Why	this	talk?
Curiosity	about
What	we	can	expect	to	see	from	Unikernels	(and	Docker	...)
Who	the	players	are
1990's:	First	unikernels	-	Exokernel	and	Nemesis	(Univ.	Cambr)
@mjbright
Why	this	talk?
Curiosity	about
What	we	can	expect	to	see	from	Unikernels	(and	Docker	...)
Who	the	players	are
1990's:	First	unikernels	-	Exokernel	and	Nemesis	(Univ.	Cambr)
In	2017	?
MirageOS	3	will	be	released
DockerCon	US	and	EU
@mjbright
What	are	Unikernels?	"Library	OS"
Applications	built	with	only	the	OS	components	they	actually	require,	e.g.	TCP
Stack,	DNS,	DHCP,	NAT,	F/w,	Disk	access.
@mjbright
What	are	Unikernels?	"Library	OS"
Applications	built	with	only	the	OS	components	they	actually	require,	e.g.	TCP
Stack,	DNS,	DHCP,	NAT,	F/w,	Disk	access.
Single	process(*)	applications	(no	threads,	forking	or	multi-user)	(*)
Small	size	(few	lines	of	code)	and	very	fast	to	boot
Small	attack	surface	(potentially	secure)
High	performance	-	no	context	switches!
No	shell
@mjbright
Why	are	Unikernels	needed?
Think	for	a	moment	-	What	OS	do	you	run?
On	what	hardware?
Modern	OS	provide	amazing	backwards	compatibility	and	features
@mjbright
Why	are	Unikernels	needed?
Think	for	a	moment	-	What	OS	do	you	run?
On	what	hardware?
Modern	OS	provide	amazing	backwards	compatibility	and	features
But	an	app	uses	a	tiny	fraction	of	those	features	consuming	resources,
increasing	the	attack	surface	(linux	kernel	~	25	M	LOC)
@mjbright
Why	are	Unikernels	needed?
Think	for	a	moment	-	What	OS	do	you	run?
On	what	hardware?
Modern	OS	provide	amazing	backwards	compatibility	and	features
But	an	app	uses	a	tiny	fraction	of	those	features	consuming	resources,
increasing	the	attack	surface	(linux	kernel	~	25	M	LOC)
@mjbright
Why	are	Unikernels	needed?
Think	for	a	moment	-	What	OS	do	you	run?
On	what	hardware?
Modern	OS	provide	amazing	backwards	compatibility	and	features
But	an	app	uses	a	tiny	fraction	of	those	features	consuming	resources,
increasing	the	attack	surface	(linux	kernel	~	25	M	LOC)
Unikernels	provide	an	alternative
But	are	they	a	panacea?
@mjbright
In	what	domains	might	they	be	used?
Cloud	Computing
Small	(kB/MB)	immutable	entities	with	fast	boot	times	(100's	ms).
Possibility	of	on-demand	servers,	µ-services
Potentially	greater	security	(<	LOC)
@mjbright
In	what	domains	might	they	be	used?
Cloud	Computing
Small	(kB/MB)	immutable	entities	with	fast	boot	times	(100's	ms).
Possibility	of	on-demand	servers,	µ-services
Potentially	greater	security	(<	LOC)
NFV	(Network	Functional	Virtualization)
As	cloud	but	stricter	requirements	on	response	times,	service	chaining
Unikernels	meet	NFV;			Ericsson	Research	Blog;			Unikernels.org	Blog
@mjbright
In	what	domains	might	they	be	used?
Cloud	Computing
Small	(kB/MB)	immutable	entities	with	fast	boot	times	(100's	ms).
Possibility	of	on-demand	servers,	µ-services
Potentially	greater	security	(<	LOC)
NFV	(Network	Functional	Virtualization)
As	cloud	but	stricter	requirements	on	response	times,	service	chaining
Unikernels	meet	NFV;			Ericsson	Research	Blog;			Unikernels.org	Blog
IoT	/	Embedded
For	low-resource,	potentially	secure	elements	(baremetal	or	µ-vmm	?)
Build	up	the	"app"	instead	of	stripping	down	the	"OS"
@mjbright
In	what	domains	might	they	be	used?
Cloud	Computing
Small	(kB/MB)	immutable	entities	with	fast	boot	times	(100's	ms).
Possibility	of	on-demand	servers,	µ-services
Potentially	greater	security	(<	LOC)
NFV	(Network	Functional	Virtualization)
As	cloud	but	stricter	requirements	on	response	times,	service	chaining
Unikernels	meet	NFV;			Ericsson	Research	Blog;			Unikernels.org	Blog
IoT	/	Embedded
For	low-resource,	potentially	secure	elements	(baremetal	or	µ-vmm	?)
Build	up	the	"app"	instead	of	stripping	down	the	"OS"
HPC
Greater	performance	possible	(but	may	be	hard	work)@mjbright
In	what	domains	might	they	be	used?	-	NFV/SDN
Unikernel	Implementations	-	2	families
There	are	2	main	classes	of	Unikernels
Unikernel	Implementations	-	2	families
There	are	2	main	classes	of	Unikernels
The	Clean-Slate	approach	emphasizes	safety	and	security.
Same	language	for	application	and	Library	OS	components.
MirageOS	(Ocaml)
HalVM	(Haskell)
LING	(Erlang)
Unikernel	Implementations	-	2	families
There	are	2	main	classes	of	Unikernels
The	Clean-Slate	approach	emphasizes	safety	and	security.
Same	language	for	application	and	Library	OS	components.
MirageOS	(Ocaml)
HalVM	(Haskell)
LING	(Erlang)
The	Legacy	approach	favours	backward	compatibility	of	existing	applications
based	on	POSIX-compatibilities.
Many	applications	have	been	ported
OSv	(Tomcat,	Jetty,	Cassandra,	OpenJDK,	...)
Rumprun	(MySQL,	PHP,	Nginx)
Runtimejs
Clive	(Go)
Unikernel	Implementations
Technology Description
ClickOS
cnp.neclab.eu
For	embedded	network	h/w.
~5MB	images,	boots	<20ms,	45	μs	delay,	100	VMs	=>	10Gbps
Clive
lsub.org
Written	in	Go.	For	distributed	and	cloud.
Drawbridge
MS
Research	prototype.	Picoprocess/container	with	minimal
kernel	API	surface,	and	Windows	library	OS.
Graphene
graphene
Securing	"multi-process"	legacy	apps	-	adds	IPC.
HaLVM
galois.com
Port	of	GHC	(Glasgow	Haskell	Compiler)	suite.
Write	apps	in	Haskell	to	run	on	Xen.
IncludeOS
includeos.org
Research	project	for	C++	code	on	virtual	hardware.
LING
erlangonxen.org
Erlang/OTP	runs	on	Xen.
MirageOS
mirage.io
Clean-slate	library	OS	for	secure,	high-perf	network	apps.
More	than	100	MirageOS	libraries	plus	OCaml	ecosystem.
OSv	osv.io
Cloudius
Run	Linux	binaries	(w.	limitations),	supports	C/C++,	JVM,
Ruby,	Node.js
Rumprun
@mjbright
Clean-Slate	
	
https://mirage.io/
OCaml-Based	
MirageOS	"Library	OS"	components	are	written	in	Ocaml	.
ML-derived	languages	are	best	known	for	their	static	type
systems	and	type-inferring	compilers.
OCaml	unifies	functional,	imperative,	and	object-oriented
programming	under	an	ML-like	type	system.
OCaml	has	extensive	libraries	available
(Unison	utility)
Unikernel	implementations	-	MirageOS/Ocaml
Clean-Slate	
	
https://mirage.io/
OCaml-Based	
MirageOS	Unikernels	are	based	on	the	Mirage-OS
Unikernel	base	(OS	library).
The	mirage	tool	is	used	to	build	Unikernels	for	various
backends:
Xen	Hypervisor	(PV)
Unix	(Linux	or	OS/X	binaries)
Browser	(via	Ocaml->JS	compiler	!!)
MirageOS	3	(/Solo5)	will	support	kvm	(/ukvm)
Even	an	experimental	BM	backend	for	Raspberry	Pi
Unikernel	implementations	-	MirageOS-2
@mjbright
Clean-Slate	
	
https://mirage.io/
OCaml-Based	
MirageOS	Unikernels	are	based	on	the	Mirage-OS
Unikernel	base	(OS	library).
The	mirage	tool	is	used	to	build	Unikernels	for	various
backends:
Xen	Hypervisor	(PV)
Unix	(Linux	or	OS/X	binaries)
Browser	(via	Ocaml->JS	compiler	!!)
MirageOS	3	(/Solo5)	will	support	kvm	(/ukvm)
Even	an	experimental	BM	backend	for	Raspberry	Pi
Building	applications	for	unix	or	xen
mirage	configure	-t	unix
make
./mir-console
mirage	configure	-t	xen
make
****xen	create	./mir-console.xen
Unikernel	implementations	-	MirageOS-2
@mjbright
Clean-Slate	
	
https://mirage.io/
BNC	Pinata:	http://ownme.ipredator.se/	
Networking	applications
e.g.	CyberChaff	"false	network	hosts"
PayGarden,	Sean	Grove	
	"Baby	steps	to	unikernels	in	production"
Too	painful	to	create/configure	AMI	images	on
AWS
Solo5	allows	to	create	KVM	images	deployable	on
GCE
Unikernel	implementations	-	MirageOS	-	Use	Cases
@mjbright
Unik	[EMC-Dell]:	"The	Unikernel	Compilation	and
Deployment	Platform"	(+	image	hub)
rumprun:	Python,	Node.js	and	Go
OSv:	Java,	Node.js,	C	and	C++
IncludeOS:	C++
MirageOS:	OCaml
Solo5	[IBM]	:	An	alternative	unikernel-base	for
MirageOS
Provides	qemu/KVM	support	for	MirageOS
Is	currently	being	integrated	into	MirageOS	3	beta
ukvm	[IBM]:	An	alternative	VM	Monitor
a	"library	hypervisor"
capstan	:	OSv	build	tool	(+	image	hub)
Unikernel	Tooling
@mjbright
Unikernel	Tooling
MirageOS	jitsu	:	"Just-In-Time	Summoning	of	Unikernels"
A	DNS	server	that	starts	unikernels	on	demand.
Tested	with	MirageOS	and	Rumprun	unikernels.
https://github.com/mirage/jitsu
@mjbright
Unikernels	and	Containers	:								My	guess	...
So	what	about	Containers?	...	and	why	did	Docker	buy	Unikernel	Systems?
@mjbright
Unikernels	and	Containers	:								My	guess	...
So	what	about	Containers?	...	and	why	did	Docker	buy	Unikernel	Systems?
Unikernel	Systems	are	involved	in	MirageOS/Xen
Unikernels	already	used	as	specific	functions	in	"Docker	for	Mac"
@mjbright
Unikernels	and	Containers	:								My	guess	...
So	what	about	Containers?	...	and	why	did	Docker	buy	Unikernel	Systems?
Unikernel	Systems	are	involved	in	MirageOS/Xen
Unikernels	already	used	as	specific	functions	in	"Docker	for	Mac"
No-brainer:	Provide	build/ship/run	tools	for	Unikernels
build:
tools	to	facilitate	building	Unikernels
test:	run	Unikernels	in	containers	to	faciltate	testing
https://github.com/mato/docker-unikernel-runner
ship:	Docker	registry	extended	to	provide	Unikernel	images
run:	Docker	Swarm	orchestrates	tasks	incl.	Unikernels
@mjbright
Unikernels	and	Containers	:								My	guess	...
So	what	about	Containers?	...	and	why	did	Docker	buy	Unikernel	Systems?
Unikernel	Systems	are	involved	in	MirageOS/Xen
Unikernels	already	used	as	specific	functions	in	"Docker	for	Mac"
No-brainer:	Provide	build/ship/run	tools	for	Unikernels
build:
tools	to	facilitate	building	Unikernels
test:	run	Unikernels	in	containers	to	faciltate	testing
https://github.com/mato/docker-unikernel-runner
ship:	Docker	registry	extended	to	provide	Unikernel	images
run:	Docker	Swarm	orchestrates	tasks	incl.	Unikernels
Secure	Container	deployments	through	hybrid	solutions
Secure	front-ends	made	of	unikernels
e.g.	for	OCaml	MediaWiki	(http2https,	tlstunnel,	...)
Containers	for	backend
Surprises?	...@mjbright@mjbright
Demo
DeferPanic	-	Unikernel	IaaS	-	https://deferpanic.com/
runtime.js	-	Node.js	Unikernel	-	https://github.com/runtimejs/example-web-
server
4	unikernel	demos	-	Look	Ma,	no	OS!	-	https://github.com/technolo-g/lookma
Conclusions	
Much	work	needs	to	be	done
to	make	them	easy	to	build,	deploy,	debug
We	will	see	easier	to	use	solutions
Whatever	Docker	plan	to	surprise	us	with
Unik	will	facilitate	building,	deploying	multiple	technologies
Solo5	will	allow	mixing	of	technologies
Several	disparate	technologies	today
but	some	efforts	to	synergize
Unikernels	are	an	interesting	complimentary	technology	to	containers
We	can	expect	hybrid	solutions
2017	will	be	an	interesting	year	for	Unikernels
@mjbright
Resources
Scoop.it
Unikernels
www.scoop.it/t/unikernels
Youtube
Playlist
youtube.com/.../unikernels
Wikipedia en.wikipedia.org/wiki/Unikernel
unikernels.org unikernels.org
mirageos.io
mirageos.io	
mirage.io/docs/papers
OReilly
"Unikernels"
Free	download
@unikernel @unikernel
github.com/ocamllabs ocamllabs
github.com/mirage MirageOS
@mjbright
Thank	you
Q&A

More Related Content

Viewers also liked

Akash sharma lo 2
Akash sharma lo 2Akash sharma lo 2
Akash sharma lo 2
Akash Sharma
 
Euro python2016 logistics
Euro python2016 logisticsEuro python2016 logistics
Euro python2016 logistics
Michael Bright
 
Container coneu2016 lab
Container coneu2016 labContainer coneu2016 lab
Container coneu2016 lab
Michael Bright
 
Comunicacion humana
Comunicacion humanaComunicacion humana
Comunicacion humana
Aron Asir
 
Comunicacion humana
Comunicacion humanaComunicacion humana
Comunicacion humana
Aron Asir
 
2017 jan-18 meetup-functional_python
2017 jan-18 meetup-functional_python2017 jan-18 meetup-functional_python
2017 jan-18 meetup-functional_python
Michael Bright
 
JFC_itadakimasu出店説明会
JFC_itadakimasu出店説明会JFC_itadakimasu出店説明会
JFC_itadakimasu出店説明会
Akihiko Koga
 
Navman wireless safetyfirst Ebook
Navman wireless safetyfirst EbookNavman wireless safetyfirst Ebook
Navman wireless safetyfirst Ebook
Jason Gardner
 
20150916食品・外食産業海外展開・進出促進セミナー
20150916食品・外食産業海外展開・進出促進セミナー20150916食品・外食産業海外展開・進出促進セミナー
20150916食品・外食産業海外展開・進出促進セミナー
Akihiko Koga
 
2016 feb-23 pyugre-py_mongo
2016 feb-23 pyugre-py_mongo2016 feb-23 pyugre-py_mongo
2016 feb-23 pyugre-py_mongo
Michael Bright
 
Put oko Old School a #2 izdanje
Put oko Old School a #2 izdanjePut oko Old School a #2 izdanje
Put oko Old School a #2 izdanje
David Petrovic
 
TAG! You're It!
TAG! You're It!TAG! You're It!
TAG! You're It!
bmellis
 
Put oko Old School-a #2 izdanje
Put oko Old School-a #2 izdanjePut oko Old School-a #2 izdanje
Put oko Old School-a #2 izdanje
David Petrovic
 
2016 may-31 dockercon2016–cool-hackssubmission
2016 may-31 dockercon2016–cool-hackssubmission2016 may-31 dockercon2016–cool-hackssubmission
2016 may-31 dockercon2016–cool-hackssubmission
Michael Bright
 
2015 oct-17 pyconfr-pau_i_python_vers_jupyter
2015 oct-17 pyconfr-pau_i_python_vers_jupyter2015 oct-17 pyconfr-pau_i_python_vers_jupyter
2015 oct-17 pyconfr-pau_i_python_vers_jupyter
Michael Bright
 

Viewers also liked (17)

Akash sharma lo 2
Akash sharma lo 2Akash sharma lo 2
Akash sharma lo 2
 
Glow Tech Lighting
Glow Tech LightingGlow Tech Lighting
Glow Tech Lighting
 
Euro python2016 logistics
Euro python2016 logisticsEuro python2016 logistics
Euro python2016 logistics
 
Container coneu2016 lab
Container coneu2016 labContainer coneu2016 lab
Container coneu2016 lab
 
Comunicacion humana
Comunicacion humanaComunicacion humana
Comunicacion humana
 
Comunicacion humana
Comunicacion humanaComunicacion humana
Comunicacion humana
 
2017 jan-18 meetup-functional_python
2017 jan-18 meetup-functional_python2017 jan-18 meetup-functional_python
2017 jan-18 meetup-functional_python
 
JFC_itadakimasu出店説明会
JFC_itadakimasu出店説明会JFC_itadakimasu出店説明会
JFC_itadakimasu出店説明会
 
Navman wireless safetyfirst Ebook
Navman wireless safetyfirst EbookNavman wireless safetyfirst Ebook
Navman wireless safetyfirst Ebook
 
20150916食品・外食産業海外展開・進出促進セミナー
20150916食品・外食産業海外展開・進出促進セミナー20150916食品・外食産業海外展開・進出促進セミナー
20150916食品・外食産業海外展開・進出促進セミナー
 
2016 feb-23 pyugre-py_mongo
2016 feb-23 pyugre-py_mongo2016 feb-23 pyugre-py_mongo
2016 feb-23 pyugre-py_mongo
 
Put oko Old School a #2 izdanje
Put oko Old School a #2 izdanjePut oko Old School a #2 izdanje
Put oko Old School a #2 izdanje
 
TAG! You're It!
TAG! You're It!TAG! You're It!
TAG! You're It!
 
Put oko Old School-a #2 izdanje
Put oko Old School-a #2 izdanjePut oko Old School-a #2 izdanje
Put oko Old School-a #2 izdanje
 
Resume
ResumeResume
Resume
 
2016 may-31 dockercon2016–cool-hackssubmission
2016 may-31 dockercon2016–cool-hackssubmission2016 may-31 dockercon2016–cool-hackssubmission
2016 may-31 dockercon2016–cool-hackssubmission
 
2015 oct-17 pyconfr-pau_i_python_vers_jupyter
2015 oct-17 pyconfr-pau_i_python_vers_jupyter2015 oct-17 pyconfr-pau_i_python_vers_jupyter
2015 oct-17 pyconfr-pau_i_python_vers_jupyter
 

Similar to 2017 jan-29 devconf.cz-unikernels

2017 feb-10 snowcamp.io-unikernels
2017 feb-10 snowcamp.io-unikernels2017 feb-10 snowcamp.io-unikernels
2017 feb-10 snowcamp.io-unikernels
Michael Bright
 
Current state of unikernel ecosystem
Current state of unikernel ecosystemCurrent state of unikernel ecosystem
Current state of unikernel ecosystem
Miroslav Čerkez
 
Nanotechnology a different approach
Nanotechnology a different approachNanotechnology a different approach
Nanotechnology a different approach
Gokul Kv
 
Nanotechnology ama 3_11_2011
Nanotechnology ama 3_11_2011Nanotechnology ama 3_11_2011
Nanotechnology ama 3_11_2011
Mazhar Laliwala
 
Nanotechnology ama 3_11_2011
Nanotechnology ama 3_11_2011Nanotechnology ama 3_11_2011
Nanotechnology ama 3_11_2011
Mazhar Laliwala
 
Cash machinepres woodbury
Cash machinepres woodburyCash machinepres woodbury
Cash machinepres woodburytodbotdotcom
 
Nanotechnology introduction
Nanotechnology introductionNanotechnology introduction
Nanotechnology introduction
Jolanta Marszalek-Kempke
 

Similar to 2017 jan-29 devconf.cz-unikernels (7)

2017 feb-10 snowcamp.io-unikernels
2017 feb-10 snowcamp.io-unikernels2017 feb-10 snowcamp.io-unikernels
2017 feb-10 snowcamp.io-unikernels
 
Current state of unikernel ecosystem
Current state of unikernel ecosystemCurrent state of unikernel ecosystem
Current state of unikernel ecosystem
 
Nanotechnology a different approach
Nanotechnology a different approachNanotechnology a different approach
Nanotechnology a different approach
 
Nanotechnology ama 3_11_2011
Nanotechnology ama 3_11_2011Nanotechnology ama 3_11_2011
Nanotechnology ama 3_11_2011
 
Nanotechnology ama 3_11_2011
Nanotechnology ama 3_11_2011Nanotechnology ama 3_11_2011
Nanotechnology ama 3_11_2011
 
Cash machinepres woodbury
Cash machinepres woodburyCash machinepres woodbury
Cash machinepres woodbury
 
Nanotechnology introduction
Nanotechnology introductionNanotechnology introduction
Nanotechnology introduction
 

Recently uploaded

Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
Thijs Feryn
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
Safe Software
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
Alan Dix
 
PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
Ralf Eggert
 
Free Complete Python - A step towards Data Science
Free Complete Python - A step towards Data ScienceFree Complete Python - A step towards Data Science
Free Complete Python - A step towards Data Science
RinaMondal9
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
DianaGray10
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
Alison B. Lowndes
 
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to ProductionGenerative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Aggregage
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
ControlCase
 
Assure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyesAssure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyes
ThousandEyes
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Ramesh Iyer
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
Jemma Hussein Allen
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
Prayukth K V
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
Laura Byrne
 
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
UiPathCommunity
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024
Pierluigi Pugliese
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Paige Cruz
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
ThousandEyes
 
Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?
Nexer Digital
 

Recently uploaded (20)

Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
 
PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
 
Free Complete Python - A step towards Data Science
Free Complete Python - A step towards Data ScienceFree Complete Python - A step towards Data Science
Free Complete Python - A step towards Data Science
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
 
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to ProductionGenerative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to Production
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
 
Assure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyesAssure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyes
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
 
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
 
Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?
 

2017 jan-29 devconf.cz-unikernels