Presentations
CloudFoundry Summit EU 2018
https://www.youtube.com/watch?v=vMERgcYmzX4 https://sched.co/FRyj
Prompt The winners of the 2018 CF Summit Boston Hackathon are back discussing the details of their winning hackathon project - the BlockHead broker. BlockHead is a dedicated service broker developed based on the Open Service Broker (OSB) API that allows for the creation and deployment of smart contracts through creation and binding of services in Cloud Foundry. Developing smart contracts is difficult. The numerous steps of having to spin up a dedicated node, creating an account, compiling the smart contract, deploying the contract, and then binding to the contract through the generated interface make it hard for the average developer to easily build and test their distributed blockchain apps (dApps).
Presentations
ApacheCon NA 2018 - Montreal, Canada
Comparisons of Cloud Native Communities
https://feathercast.apache.org/2018/09/26/comparisons-of-cloud-native-communities-morgan-bauer/
An Official Event Photo stream https://photos.apachecon.com/?/category/3
In addition I manned the booth.
CFP Submission Day by day, the number of open source projects continues to increase. Each project has unique communities and practice different developmentmethodologies. This talk will focus on the Docker, Kubernetes and Cloud Foundry cultures and outline their main differences and commonalities. The projects have different review processes from the pair programming model to the LGTM process, an interesting artifact of github.
Presentations
Kubecon EU 2018
Building a Fault-Tolerant Resources Controller on Kubernetes - Morgan Bauer & Srinivas Brahmaroutu https://kccnceu18.sched.com/event/DqvS/building-a-fault-tolerant-custom-resources-controller-on-kubernetes-morgan-bauer-srinivas-brahmaroutu-ibm-corp-intermediate-skill-level-slides-attached
https://schd.ws/hosted_files/kccnceu18/3b/CRDDeployments.pdf%EF%BB%BF
https://www.youtube.com/watch?v=v2gAcKKDf9Y
SIG Service-Catalog Deep Dive – Doug Davis, Michael Kibbe & Morgan Bauer https://www.youtube.com/watch?v=knKSSKMkdHY
SIG Service-Catalog Deep Dive – Doug Davis, Michael Kibbe, Google, & Morgan Bauer, IBM (Intermediate Skill Level) In the “SIG Service-Catalog Intro” session we provided an overview of the Open Service Broker API and the Kubernetes implementation being developed by the Service Catalog SIG.
Presentations
CF Summit NA 2018
Also participated in the hackathon and won with the idea of the blockchain service broker, which was later developed into a cloudfoundry incubator project, with progress demonstrated at the following CF Summit EU
Open Service Brokers for the CF Container Runtime - Jonathan Berkhahn & Morgan Bauer, IBM https://www.youtube.com/watch?v=tK2XIhdiVm4
The Open Service Broker API is an open standard based on the Cloud Foundry service broker model. The Cloud Foundry Container Runtime is backed by Kubernetes, a container orchestrator.
Presentations
NYC OpenCamps
Comparisons of Cloud Native Communities - with Swetha Repakula
Kubernetes Camp | Sat. Nov. 18 , 01:00pm - 01:30pm in Nolita Hub Room (on 17th Floor)
https://web.archive.org/web/20171214091138/http://www.opencamps.org/2017/events
Presentations
CloudFoundry Summit EU 2017
Getting a Handle on Your Microservices: Istio and the Open Source Broker API https://www.cloudfoundry.org/trainings/getting-handle-microservices-istio-open-source-broker-api/
https://www.youtube.com/watch?v=v7ZQcu1dwlQ
prompt Istio provides a proxy to load balance, control traffic behavior, and distribute access controls between services. The Kubernetes Service Catalog, an Open Service Broker implementation, provisions services that are consumed by applications within a cluster. This presentation will demonstrate how Istio can be utilized to proxy communication between a Kubernetes-hosted application and a Service Catalog provisioned database.