Kubernetes dev is fun, but setup and ops isn't! See a fun PaaS alternative to push any code, ipynbs or even just data!
Tired of complex Kubernetes YAML? See how a mature PaaS lets you deploy any app, notebook, or even just data with a single command.
#1about 5 minutes
Understanding Cloud Foundry as a PaaS alternative
Cloud Foundry offers a higher level of abstraction than Kubernetes, managing the runtime and OS so developers can focus only on their application and data.
#2about 8 minutes
Deploying applications in minutes with `cf push`
A live demonstration shows how to deploy a static web app from the command line and a Python app from GitHub using the UI.
#3about 10 minutes
Deconstructing the `cf push` deployment workflow
The `cf push` command automates creating packages, staging with buildpacks to create droplets, and mapping routes for deployment.
#4about 5 minutes
Managing processes, tasks, and sidecars for applications
Cloud Foundry supports long-running processes, one-off tasks for migrations, and sidecars for auxiliary functions like metrics scraping.
#5about 6 minutes
Creating custom buildpacks for any workload
Buildpacks can be created with simple `compile`, `detect`, and `release` scripts to handle custom workloads, such as deploying a machine learning model from a data file.
#6about 9 minutes
Stacking buildpacks and using them with Kubernetes
Multiple buildpacks can be stacked for complex runtimes like Jupyter Notebooks, and the Paketo project allows using this buildpack concept within Kubernetes environments.
#7about 12 minutes
Q&A on PaaS, security, and Cloud Foundry limitations
Key questions are answered regarding the distinction between PaaS and CaaS, security responsibilities, skill transfer from Kubernetes, and the limitations of Cloud Foundry for stateful applications.
Related jobs
Jobs that call for the skills explored in this talk.
Matching moments
04:36 MIN
Understanding the core philosophy of Cloud Foundry
CD2CF - Continuous Deployment to Cloud Foundry
01:52 MIN
Understanding Kubernetes as a foundational platform
Effective Java Strategies and Architectures for Clouds
01:54 MIN
The platform architecture of IBM Cloud Pak for Data
Data Fabric in Action - How to enhance a Stock Trading App with ML and Data Virtualization
05:56 MIN
Shifting focus from platforms to developer productivity
Learning Kubernetes made easy with KubeCampusLearning to use Kubernetes? KubeCampus by Kasten offers free educational content for all skill levels to get you started!Kubernetes is an open-source system for deploying, scaling and managing containerized applications. It allows you to deploy your ...
Dev Digest 113 - Debugging above the cloudHello there and welcome to Dev Digest 113! This time, we got an old friend in the sky back, jQuery asks us to upgrade and AI is eating the web. Also, are you sure the LLM you use is secure against code injection?News and ArticlesGood news everyone! N...
Daniel Cranney
Coffee with Developers is Now Available as an Audio PodcastFor the past few years, we’ve had the privilege of meeting fascinating developers and tech professionals from around the world through our Coffee with Developers episodes. While all of the episodes are available in their original video format on our ...