SlideShare a Scribd company logo
Whisk Deploy
Syncing Projects between Client and Server
What is Whisk Deploy?
• Utility to deploy OpenWhisk projects using a Manifest file written in
YAML

• Deploy OpenWhisk entities using a single command wskdeploy:

• Packages

• Actions

• Sequences

• Triggers

• Rules
Hello World Manifest File
project:	
		name:	hello_world_project	
		packages:	
				hello_world_package:	
						version:	1.0	
						license:	Apache-2.0	
						actions:	
								hello_world:	
								function:	src/hello.js	
file:	manifest_hello_world.yaml
Deploy Hello World
$	wskdeploy	-m	manifest_hello_world.yaml
How do we sync project
updates from client to
OpenWhisk server?
Whisk Deploy with
Managed Deployment
Calculate Project Hash on Client
Deploy entities from Manifest file on
OpenWhisk Server and attach Project
Hash from Client
For every action, sequence, trigger, rule,
and package on OpenWhisk
Compare Project Name
on Client and Server
Compare Project Hash
on Client and Server
Delete entity on Server
true
false
true
false
Managed Annotation
managed:
__OW_PROJECT_NAME: <project_name>
__OW_PROJECT_HASH: SHA1("OpenWhisk " +
<size_of_manifest_file> + "0" +
<contents_of_manifest_file>)
__OW_FILE: File path of the manifest file
Managed Annotation
"annotations": [

{

"key": "managed",

"value": {

"__OW_FILE": “manifest_hello_world.yaml”,

"__OW_PROJECT_HASH": "6aed40ff43d3a7e8cf5254e12f64439dd6fc45c8",

"__OW_PROJECT_NAME": "MyFirstManagedProject"

}

}

],
Whisk Deploy with
Managed Deployment
wskdeploy	-m	manifest_hello_world.yaml	—managed
Whisk Deploy - Syncing OpenWhisk Projects

More Related Content

PPTX
Mvc 4
ipower softwares
 
PPTX
Nig project setup quickly tutorial
Guo Albert
 
PPTX
Meteor Day Athens (2014-11-07)
svub
 
PPTX
Quick workflow of a nodejs api
Paolo Carrasco Mori
 
PPTX
Git ritesh venture_pact
riteshtandon23
 
PPTX
Scott Guthrie at Dot Net Startup meetup
Marcelo Calbucci
 
PPTX
Project Hosting by Google
Shih-Hsiang Lin
 
PDF
Resilient microservices with Kubernetes - Mete Atamel - Codemotion Rome 2017
Codemotion
 
Nig project setup quickly tutorial
Guo Albert
 
Meteor Day Athens (2014-11-07)
svub
 
Quick workflow of a nodejs api
Paolo Carrasco Mori
 
Git ritesh venture_pact
riteshtandon23
 
Scott Guthrie at Dot Net Startup meetup
Marcelo Calbucci
 
Project Hosting by Google
Shih-Hsiang Lin
 
Resilient microservices with Kubernetes - Mete Atamel - Codemotion Rome 2017
Codemotion
 

What's hot (20)

PDF
GitHub Actions with Node.js
Stefan Stölzle
 
PPTX
From zero to hero with docker
Maurice De Beijer [MVP]
 
PDF
GitHub Actions 101
Nico Meisenzahl
 
PPTX
End-to-end test automation with Endtest.dev
Konstantin Tarkus
 
PDF
Building a dev pipeline using GitHub Actions, Node.js, and AWS ECS Fargate
datree
 
PPTX
Buildpacks detect, compile, release
Hristo Iliev
 
PPTX
Deploy It | Deployment Presentation for JavaScriptMN
Luke Schlangen
 
PPTX
Reactjs workshop
Ahmed rebai
 
PDF
Steps to deploy mule application with munit on cloudhub using jenkins pipeline
AmitSrivastava414
 
PDF
GitHub Actions in action
Oleksii Holub
 
PPTX
Using GitHub Actions to Deploy your Workloads to Azure
Kasun Kodagoda
 
PPTX
Github in Action
Morten Christensen
 
PPTX
BitBucket presentation
Jonathan Lawerh
 
PDF
Save Time and Money with Automation
Chris Jean
 
PPTX
1. Quick sartup a jenkins server on OpenShift
Huang Bruce
 
PDF
Things I Heart
Glen Barnes
 
PDF
Fine Tuning Your GitHub Flow
Stefan Stölzle
 
PDF
DevOps with GitHub Actions
Nilesh Gule
 
PDF
KUBEBOOT - SPRING BOOT DEPLOYMENT ON KUBERNETES
Alex Soto
 
PDF
Git cheat sheet_dark
King Hom
 
GitHub Actions with Node.js
Stefan Stölzle
 
From zero to hero with docker
Maurice De Beijer [MVP]
 
GitHub Actions 101
Nico Meisenzahl
 
End-to-end test automation with Endtest.dev
Konstantin Tarkus
 
Building a dev pipeline using GitHub Actions, Node.js, and AWS ECS Fargate
datree
 
Buildpacks detect, compile, release
Hristo Iliev
 
Deploy It | Deployment Presentation for JavaScriptMN
Luke Schlangen
 
Reactjs workshop
Ahmed rebai
 
Steps to deploy mule application with munit on cloudhub using jenkins pipeline
AmitSrivastava414
 
GitHub Actions in action
Oleksii Holub
 
Using GitHub Actions to Deploy your Workloads to Azure
Kasun Kodagoda
 
Github in Action
Morten Christensen
 
BitBucket presentation
Jonathan Lawerh
 
Save Time and Money with Automation
Chris Jean
 
1. Quick sartup a jenkins server on OpenShift
Huang Bruce
 
Things I Heart
Glen Barnes
 
Fine Tuning Your GitHub Flow
Stefan Stölzle
 
DevOps with GitHub Actions
Nilesh Gule
 
KUBEBOOT - SPRING BOOT DEPLOYMENT ON KUBERNETES
Alex Soto
 
Git cheat sheet_dark
King Hom
 
Ad

Similar to Whisk Deploy - Syncing OpenWhisk Projects (20)

PPT
IBM Bluemix OpenWhisk: Serverless Conference 2016, London, UK: The Future of ...
OpenWhisk
 
PDF
OpenWhisk Lab
Dev_Events
 
PDF
Serverless apps with OpenWhisk
Daniel Krook
 
PDF
Serverless forwardjs
Upkar Lidder
 
PPTX
Swift at IBM: Mobile, open source and the drive to the cloud
Dev_Events
 
PDF
Red Hat Forum Benelux 2015
Microsoft
 
PPTX
IBM Bluemix OpenWhisk: Cloud Foundry Summit 2016, Frankfurt, Germany: The Fut...
OpenWhisk
 
PDF
Short journey into the serverless world
Scott van Kalken
 
PDF
Going Serverless with OpenWhisk
Alex Glikson
 
PPTX
Serverless Apps with Open Whisk
Dev_Events
 
PDF
OpenWhisk - Serverless Architecture
Dev_Events
 
PDF
Build a cloud native app with OpenWhisk
Daniel Krook
 
PPTX
Kubernetes workshop -_the_basics
Sjuul Janssen
 
PDF
Open stack ocata summit enabling aws lambda-like functionality with openstac...
Shaun Murakami
 
PDF
4Developers 2018: Zero-Downtime deployments with Kubernetes (Mateusz Dymiński)
PROIDEA
 
PPTX
Integration Group - Lithium test strategy
OpenDaylight
 
PDF
Openwhisk - Colorado Meetups
Upkar Lidder
 
PDF
The 'Serverless' Paradigm, OpenWhisk and FIWARE
FIWARE
 
PDF
The Serverless Paradigm, OpenWhisk and FIWARE
Alex Glikson
 
PPTX
CloudOpen 2014 - Mixing Your Open Source Cloud Cocktail
Mark Hinkle
 
IBM Bluemix OpenWhisk: Serverless Conference 2016, London, UK: The Future of ...
OpenWhisk
 
OpenWhisk Lab
Dev_Events
 
Serverless apps with OpenWhisk
Daniel Krook
 
Serverless forwardjs
Upkar Lidder
 
Swift at IBM: Mobile, open source and the drive to the cloud
Dev_Events
 
Red Hat Forum Benelux 2015
Microsoft
 
IBM Bluemix OpenWhisk: Cloud Foundry Summit 2016, Frankfurt, Germany: The Fut...
OpenWhisk
 
Short journey into the serverless world
Scott van Kalken
 
Going Serverless with OpenWhisk
Alex Glikson
 
Serverless Apps with Open Whisk
Dev_Events
 
OpenWhisk - Serverless Architecture
Dev_Events
 
Build a cloud native app with OpenWhisk
Daniel Krook
 
Kubernetes workshop -_the_basics
Sjuul Janssen
 
Open stack ocata summit enabling aws lambda-like functionality with openstac...
Shaun Murakami
 
4Developers 2018: Zero-Downtime deployments with Kubernetes (Mateusz Dymiński)
PROIDEA
 
Integration Group - Lithium test strategy
OpenDaylight
 
Openwhisk - Colorado Meetups
Upkar Lidder
 
The 'Serverless' Paradigm, OpenWhisk and FIWARE
FIWARE
 
The Serverless Paradigm, OpenWhisk and FIWARE
Alex Glikson
 
CloudOpen 2014 - Mixing Your Open Source Cloud Cocktail
Mark Hinkle
 
Ad

Recently uploaded (20)

PPTX
IoT_Smart_Agriculture_Presentations.pptx
poojakumari696707
 
PPTX
Fluid Mechanics, Module 3: Basics of Fluid Mechanics
Dr. Rahul Kumar
 
PDF
EVS+PRESENTATIONS EVS+PRESENTATIONS like
saiyedaqib429
 
PPTX
Simulation of electric circuit laws using tinkercad.pptx
VidhyaH3
 
PDF
BRKDCN-2613.pdf Cisco AI DC NVIDIA presentation
demidovs1
 
PDF
6th International Conference on Artificial Intelligence and Machine Learning ...
gerogepatton
 
PDF
Cryptography and Information :Security Fundamentals
Dr. Madhuri Jawale
 
PPTX
EE3303-EM-I 25.7.25 electrical machines.pptx
Nagen87
 
PDF
Introduction to Ship Engine Room Systems.pdf
Mahmoud Moghtaderi
 
PPTX
Civil Engineering Practices_BY Sh.JP Mishra 23.09.pptx
bineetmishra1990
 
PDF
Queuing formulas to evaluate throughputs and servers
gptshubham
 
PDF
Traditional Exams vs Continuous Assessment in Boarding Schools.pdf
The Asian School
 
PDF
67243-Cooling and Heating & Calculation.pdf
DHAKA POLYTECHNIC
 
PDF
Software Testing Tools - names and explanation
shruti533256
 
PDF
Principles of Food Science and Nutritions
Dr. Yogesh Kumar Kosariya
 
PPTX
Module2 Data Base Design- ER and NF.pptx
gomathisankariv2
 
PDF
settlement FOR FOUNDATION ENGINEERS.pdf
Endalkazene
 
PDF
Chad Ayach - A Versatile Aerospace Professional
Chad Ayach
 
PPTX
TE-AI-Unit VI notes using planning model
swatigaikwad6389
 
IoT_Smart_Agriculture_Presentations.pptx
poojakumari696707
 
Fluid Mechanics, Module 3: Basics of Fluid Mechanics
Dr. Rahul Kumar
 
EVS+PRESENTATIONS EVS+PRESENTATIONS like
saiyedaqib429
 
Simulation of electric circuit laws using tinkercad.pptx
VidhyaH3
 
BRKDCN-2613.pdf Cisco AI DC NVIDIA presentation
demidovs1
 
6th International Conference on Artificial Intelligence and Machine Learning ...
gerogepatton
 
Cryptography and Information :Security Fundamentals
Dr. Madhuri Jawale
 
EE3303-EM-I 25.7.25 electrical machines.pptx
Nagen87
 
Introduction to Ship Engine Room Systems.pdf
Mahmoud Moghtaderi
 
Civil Engineering Practices_BY Sh.JP Mishra 23.09.pptx
bineetmishra1990
 
Queuing formulas to evaluate throughputs and servers
gptshubham
 
Traditional Exams vs Continuous Assessment in Boarding Schools.pdf
The Asian School
 
67243-Cooling and Heating & Calculation.pdf
DHAKA POLYTECHNIC
 
Software Testing Tools - names and explanation
shruti533256
 
Principles of Food Science and Nutritions
Dr. Yogesh Kumar Kosariya
 
Module2 Data Base Design- ER and NF.pptx
gomathisankariv2
 
settlement FOR FOUNDATION ENGINEERS.pdf
Endalkazene
 
Chad Ayach - A Versatile Aerospace Professional
Chad Ayach
 
TE-AI-Unit VI notes using planning model
swatigaikwad6389
 

Whisk Deploy - Syncing OpenWhisk Projects