Slide 1

Slide 1 text

Bring your own code - Bring your own container Matthias Haeussler NovaTec Consulting GmbH

Slide 2

Slide 2 text

#whoami - Matthias Haeussler NovaTec Cloud Consultant Stuttgart CF Meetup Organizer @maeddes

Slide 3

Slide 3 text

&

Slide 4

Slide 4 text

&

Slide 5

Slide 5 text

What this talk will not be about ❏ Infrastructure & Infrastructure Automation ❏ ANYTHING BEYOND OOTB ❏ VENDOR - SPECIFIC IMPLEMENTATION ❏ EXTENSIONS & ADD-ONS

Slide 6

Slide 6 text

Intention of this talk app app deploy recovery (auto) scaling supported runtimes service bindings (aggregated) logging zero-downtime deployment

Slide 7

Slide 7 text

Intro

Slide 8

Slide 8 text

Cloud Foundry Basics app buildpack cf push app Applications Services container route

Slide 9

Slide 9 text

Kubernetes Basics - Part I - Container Dockerfile runtime app app runtime base container runtime app

Slide 10

Slide 10 text

runtime app Kubernetes Basics - Part II - Kubernetes runtime app kubectl run pod replica set runtime app runtime app pod v2 replica set v2 deployment service/ingress endpoint

Slide 11

Slide 11 text

Demo

Slide 12

Slide 12 text

Summary

Slide 13

Slide 13 text

Kubernetes ❏ Live Editing of Configuration ❏ Updating Configuration w/o Downtime ❏ Large Function Scope ❏ Very Granular Configuration Options ❏ Very Granular Configuration Options ❏ High Skill Requirement (Docker & K8s) ❏ Handling of Containers ❏ No OOTB (Tailed) Logs over RS/Deployments

Slide 14

Slide 14 text

Cloud Foundry ❏ Simplicity ❏ “Containerless” ❏ Very Fast “App to Platform” Path ❏ Buildpacks ❏ Limitation to Buildpacks ❏ Limited Configuration Scope ❏ No Automated Blue/Green Deploy ❏ Stateful workloads

Slide 15

Slide 15 text

You can do and configure more, But you have to do and know more

Slide 16

Slide 16 text

It is very easy to handle, does it give me all I need?

Slide 17

Slide 17 text

My wish: Functional Scope of K8s with the simplicity of Cloud Foundry

Slide 18

Slide 18 text

Happy to help @maeddes github.com/maeddes/cf-vs-k8s Stuttgart-Cloud-Foundry-Meetup

Slide 19

Slide 19 text

No content