SlideShare une entreprise Scribd logo
1  sur  19
Télécharger pour lire hors ligne
Ways Towards a Productive
YAML-less Cloud-native DevEx
OOP 2021 Digital, February 10th 2021


@LeanderReimer #cloudnativenerd #qaware
Mario-Leander Reimer


Principal Software Architect


@LeanderReimer


#cloudnativenerd #qaware
// OOP 2021 Digital // Ways Towards a Productive YAML-less Cloud-native DevEx // @LeanderReimer #cloudnativenerd #qaware #OOPdigital
3
Code & Demos
https://github.com/qaware/productive-cloud-native-devex
// OOP 2021 Digital // Ways Towards a Productive YAML-less Cloud-native DevEx // @LeanderReimer #cloudnativenerd #qaware #OOPdigital
DevEx in the good old days …
4
Spec Design Test Integrate Operate
Develop Deploy
// OOP 2021 Digital // Ways Towards a Productive YAML-less Cloud-native DevEx // @LeanderReimer #cloudnativenerd #qaware #OOPdigital
Cloud-native DevEx today?
5
Spec Design Test Integrate Operate
Develop Deploy
// OOP 2021 Digital // Ways Towards a Productive YAML-less Cloud-native DevEx // @LeanderReimer #cloudnativenerd #qaware #OOPdigital
Cloud-native DevEx today!
6
Spec Design Test Integrate Operate
Develop Deploy
Docker
K8S JSON
YAML
AWS
NFA
CI/CD
More

YAML
Even
More
YAML
Agile
Tracing
M
etrics
More
Stuff
Eve
More
Eve
More
Eve
More
// OOP 2021 Digital // Ways Towards a Productive YAML-less Cloud-native DevEx // @LeanderReimer #cloudnativenerd #qaware #OOPdigital
How do you organise and enable
technology teams for


fast
fl
ow and high productivity?
7
// OOP 2021 Digital // Ways Towards a Productive YAML-less Cloud-native DevEx // @LeanderReimer #cloudnativenerd #qaware #OOPdigital
Too much cognitive load will become a bottleneck
for fast
fl
ow and high productivity.
• Intrinsic Cognitive Load - relates to fundamental aspects
and knowledge in the problem space (e.g. used languages,
APIs, frameworks, micro architecture)


• Extraneous Cognitive Load - relates to the environment


(e.g. deployment, con
fi
guration, console commands)


• Germane Cognitive Load - relates to speci
fi
c aspects of the
business domain (aka. „value added“ thinking and learning)
8
https://teamtopologies.com
// OOP 2021 Digital // Ways Towards a Productive YAML-less Cloud-native DevEx // @LeanderReimer #cloudnativenerd #qaware #OOPdigital
Minimize


intrinsic cognitive load


(by training, peer programming, standards, languages, …)
9
// OOP 2021 Digital // Ways Towards a Productive YAML-less Cloud-native DevEx // @LeanderReimer #cloudnativenerd #qaware #OOPdigital
Eliminate


extraneous cognitive load


(automate, automate, standardize, automate, automate, …)
10
// OOP 2021 Digital // Ways Towards a Productive YAML-less Cloud-native DevEx // @LeanderReimer #cloudnativenerd #qaware #OOPdigital
Use the right tools for the job!
11
Getty Images Liliboas
Skaffold Tilt
kustomize
Buildpacks Pulumi
// OOP 2021 Digital // Ways Towards a Productive YAML-less Cloud-native DevEx // @LeanderReimer #cloudnativenerd #qaware #OOPdigital
What are Cloud-native Buildpacks?
• Buildpacks were
fi
rst introduced by
Heroku in 2011. Since then, adopted by
Cloud Foundry and other PaaS.


• CNCF Project initiated by Pivotal and
Heroku in January 2018


• Buildpacks are pluggable, modular tools
to translate source code into OCI images


• Reduces the operational burden on devs


• Support enterprise operators who
manage apps at scale


• Several default build packs and option to
build custom packs.
12
// OOP 2021 Digital // Ways Towards a Productive YAML-less Cloud-native DevEx // @LeanderReimer #cloudnativenerd #qaware #OOPdigital
Kubernetes native con
fi
guration management
• https://kustomize.io


• A template-free way to customize
your application con
fi
guration


• Now, built into kubectl as apply -k


• Try https://kustomize.io/tutorial
13
// OOP 2021 Digital // Ways Towards a Productive YAML-less Cloud-native DevEx // @LeanderReimer #cloudnativenerd #qaware #OOPdigital
Pulumi - Modern Infrastructure as Code.
• Imperative management and de
fi
nition of Kubernetes applications
and objects using familiar programming language


• Use the same tools to build your application and its con
fi
guration


• Compose and share reusable components through code libraries


• Terraform alternative: supports all major cloud providers (AWS, …)


• Similar projects: Amazon CDK, cdk8s
14
// OOP 2021 Digital // Ways Towards a Productive YAML-less Cloud-native DevEx // @LeanderReimer #cloudnativenerd #qaware #OOPdigital
Fast. Repeatable. Simple.


Local Kubernetes development.
• https://skaffold.dev


• Handles the work
fl
ow for building, pushing and deploying an app


• Watches local
fi
le system. Continuously triggers build & deploy on
code changes


• Allows to synchronize static resources without rebuilding the image


• Support for different environments with Pro
fi
les, Env Vars Templates
and kube-context activation
15
// OOP 2021 Digital // Ways Towards a Productive YAML-less Cloud-native DevEx // @LeanderReimer #cloudnativenerd #qaware #OOPdigital
The Scaffold Work
fl
ow in a Nutshell
16
// OOP 2021 Digital // Ways Towards a Productive YAML-less Cloud-native DevEx // @LeanderReimer #cloudnativenerd #qaware #OOPdigital
— Stressless Local Kubernetes Development
• https://tilt.dev


• Automatically handles all the expert tricks for working in a K8s
development environment


• Fire up and manage complex microservice constellations


• Watches your
fi
le system and update servers in seconds


• Streams logs, events, and pod changes so that it can show you the
problem when something breaks


• Provides console HUD and nice Web UI
17
OUR CLOUD NATIVE


DEVEX IS SO BRIGHT,


WE NEED SHADES.
Mario-Leander Reimer


Principal Software Architect, QAware GmbH


mario-leander.reimer@qaware.de


https://www.qaware.de


https://speakerdeck.com/lreimer/


https://github.com/lreimer/
&

Contenu connexe

Plus de QAware GmbH

Migration von stark regulierten Anwendungen in die Cloud: Dem Teufel die See...
 Migration von stark regulierten Anwendungen in die Cloud: Dem Teufel die See... Migration von stark regulierten Anwendungen in die Cloud: Dem Teufel die See...
Migration von stark regulierten Anwendungen in die Cloud: Dem Teufel die See...
QAware GmbH
 

Plus de QAware GmbH (20)

Cloud Migration mit KI: der Turbo
Cloud Migration mit KI: der Turbo Cloud Migration mit KI: der Turbo
Cloud Migration mit KI: der Turbo
 
Migration von stark regulierten Anwendungen in die Cloud: Dem Teufel die See...
 Migration von stark regulierten Anwendungen in die Cloud: Dem Teufel die See... Migration von stark regulierten Anwendungen in die Cloud: Dem Teufel die See...
Migration von stark regulierten Anwendungen in die Cloud: Dem Teufel die See...
 
Aus blau wird grün! Ansätze und Technologien für nachhaltige Kubernetes-Cluster
Aus blau wird grün! Ansätze und Technologien für nachhaltige Kubernetes-Cluster Aus blau wird grün! Ansätze und Technologien für nachhaltige Kubernetes-Cluster
Aus blau wird grün! Ansätze und Technologien für nachhaltige Kubernetes-Cluster
 
Endlich gute API Tests. Boldly Testing APIs Where No One Has Tested Before.
Endlich gute API Tests. Boldly Testing APIs Where No One Has Tested Before.Endlich gute API Tests. Boldly Testing APIs Where No One Has Tested Before.
Endlich gute API Tests. Boldly Testing APIs Where No One Has Tested Before.
 
Kubernetes with Cilium in AWS - Experience Report!
Kubernetes with Cilium in AWS - Experience Report!Kubernetes with Cilium in AWS - Experience Report!
Kubernetes with Cilium in AWS - Experience Report!
 
50 Shades of K8s Autoscaling
50 Shades of K8s Autoscaling50 Shades of K8s Autoscaling
50 Shades of K8s Autoscaling
 
Kontinuierliche Sicherheitstests für APIs mit Testkube und OWASP ZAP
Kontinuierliche Sicherheitstests für APIs mit Testkube und OWASP ZAPKontinuierliche Sicherheitstests für APIs mit Testkube und OWASP ZAP
Kontinuierliche Sicherheitstests für APIs mit Testkube und OWASP ZAP
 
Service Mesh Pain & Gain. Experiences from a client project.
Service Mesh Pain & Gain. Experiences from a client project.Service Mesh Pain & Gain. Experiences from a client project.
Service Mesh Pain & Gain. Experiences from a client project.
 
50 Shades of K8s Autoscaling
50 Shades of K8s Autoscaling50 Shades of K8s Autoscaling
50 Shades of K8s Autoscaling
 
Blue turns green! Approaches and technologies for sustainable K8s clusters.
Blue turns green! Approaches and technologies for sustainable K8s clusters.Blue turns green! Approaches and technologies for sustainable K8s clusters.
Blue turns green! Approaches and technologies for sustainable K8s clusters.
 
Per Anhalter zu Cloud Nativen API Gateways
Per Anhalter zu Cloud Nativen API GatewaysPer Anhalter zu Cloud Nativen API Gateways
Per Anhalter zu Cloud Nativen API Gateways
 
Aus blau wird grün! Ansätze und Technologien für nachhaltige Kubernetes-Cluster
Aus blau wird grün! Ansätze und Technologien für nachhaltige Kubernetes-Cluster Aus blau wird grün! Ansätze und Technologien für nachhaltige Kubernetes-Cluster
Aus blau wird grün! Ansätze und Technologien für nachhaltige Kubernetes-Cluster
 
How to speed up Spring Integration Tests
How to speed up Spring Integration TestsHow to speed up Spring Integration Tests
How to speed up Spring Integration Tests
 
Aus blau wird grün! Ansätze und Technologien für nachhaltige Kubernetes-Cluster
Aus blau wird grün! Ansätze und Technologien für nachhaltige Kubernetes-ClusterAus blau wird grün! Ansätze und Technologien für nachhaltige Kubernetes-Cluster
Aus blau wird grün! Ansätze und Technologien für nachhaltige Kubernetes-Cluster
 
Cloud Migration – Eine Strategie die funktioniert
Cloud Migration – Eine Strategie die funktioniertCloud Migration – Eine Strategie die funktioniert
Cloud Migration – Eine Strategie die funktioniert
 
Policy Driven Microservices mit Open Policy Agent
Policy Driven Microservices mit Open Policy AgentPolicy Driven Microservices mit Open Policy Agent
Policy Driven Microservices mit Open Policy Agent
 
Make Developers Fly: Principles for Platform Engineering
Make Developers Fly: Principles for Platform EngineeringMake Developers Fly: Principles for Platform Engineering
Make Developers Fly: Principles for Platform Engineering
 
Security Lab: OIDC in der Praxis
Security Lab: OIDC in der PraxisSecurity Lab: OIDC in der Praxis
Security Lab: OIDC in der Praxis
 
Die nächsten 100 Microservices
Die nächsten 100 MicroservicesDie nächsten 100 Microservices
Die nächsten 100 Microservices
 
Enterprise-level Kubernetes Security mit Open Source Tools - geht das?
Enterprise-level Kubernetes Security mit Open Source Tools - geht das?Enterprise-level Kubernetes Security mit Open Source Tools - geht das?
Enterprise-level Kubernetes Security mit Open Source Tools - geht das?
 

Dernier

Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts ServiceCall Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Probability Grade 10 Third Quarter Lessons
Probability Grade 10 Third Quarter LessonsProbability Grade 10 Third Quarter Lessons
Probability Grade 10 Third Quarter Lessons
JoseMangaJr1
 
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...
amitlee9823
 
Abortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get CytotecAbortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Riyadh +966572737505 get cytotec
 
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
amitlee9823
 
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
amitlee9823
 
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
ZurliaSoop
 
➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men 🔝malwa🔝 Escorts Ser...
➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men  🔝malwa🔝   Escorts Ser...➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men  🔝malwa🔝   Escorts Ser...
➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men 🔝malwa🔝 Escorts Ser...
amitlee9823
 
➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men 🔝Dindigul🔝 Escor...
➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men  🔝Dindigul🔝   Escor...➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men  🔝Dindigul🔝   Escor...
➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men 🔝Dindigul🔝 Escor...
amitlee9823
 
👉 Amritsar Call Girl 👉📞 6367187148 👉📞 Just📲 Call Ruhi Call Girl Phone No Amri...
👉 Amritsar Call Girl 👉📞 6367187148 👉📞 Just📲 Call Ruhi Call Girl Phone No Amri...👉 Amritsar Call Girl 👉📞 6367187148 👉📞 Just📲 Call Ruhi Call Girl Phone No Amri...
👉 Amritsar Call Girl 👉📞 6367187148 👉📞 Just📲 Call Ruhi Call Girl Phone No Amri...
karishmasinghjnh
 
Call Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night StandCall Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night Stand
amitlee9823
 
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night StandCall Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
amitlee9823
 
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
amitlee9823
 

Dernier (20)

Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts ServiceCall Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
 
DATA SUMMIT 24 Building Real-Time Pipelines With FLaNK
DATA SUMMIT 24  Building Real-Time Pipelines With FLaNKDATA SUMMIT 24  Building Real-Time Pipelines With FLaNK
DATA SUMMIT 24 Building Real-Time Pipelines With FLaNK
 
Probability Grade 10 Third Quarter Lessons
Probability Grade 10 Third Quarter LessonsProbability Grade 10 Third Quarter Lessons
Probability Grade 10 Third Quarter Lessons
 
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...
 
Abortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get CytotecAbortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get Cytotec
 
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
 
Discover Why Less is More in B2B Research
Discover Why Less is More in B2B ResearchDiscover Why Less is More in B2B Research
Discover Why Less is More in B2B Research
 
Detecting Credit Card Fraud: A Machine Learning Approach
Detecting Credit Card Fraud: A Machine Learning ApproachDetecting Credit Card Fraud: A Machine Learning Approach
Detecting Credit Card Fraud: A Machine Learning Approach
 
Predicting Loan Approval: A Data Science Project
Predicting Loan Approval: A Data Science ProjectPredicting Loan Approval: A Data Science Project
Predicting Loan Approval: A Data Science Project
 
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 nightCheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
 
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
 
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men 🔝malwa🔝 Escorts Ser...
➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men  🔝malwa🔝   Escorts Ser...➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men  🔝malwa🔝   Escorts Ser...
➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men 🔝malwa🔝 Escorts Ser...
 
➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men 🔝Dindigul🔝 Escor...
➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men  🔝Dindigul🔝   Escor...➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men  🔝Dindigul🔝   Escor...
➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men 🔝Dindigul🔝 Escor...
 
👉 Amritsar Call Girl 👉📞 6367187148 👉📞 Just📲 Call Ruhi Call Girl Phone No Amri...
👉 Amritsar Call Girl 👉📞 6367187148 👉📞 Just📲 Call Ruhi Call Girl Phone No Amri...👉 Amritsar Call Girl 👉📞 6367187148 👉📞 Just📲 Call Ruhi Call Girl Phone No Amri...
👉 Amritsar Call Girl 👉📞 6367187148 👉📞 Just📲 Call Ruhi Call Girl Phone No Amri...
 
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% SecureCall me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
 
Capstone Project on IBM Data Analytics Program
Capstone Project on IBM Data Analytics ProgramCapstone Project on IBM Data Analytics Program
Capstone Project on IBM Data Analytics Program
 
Call Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night StandCall Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night Stand
 
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night StandCall Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
 
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
 

Ways towards a productive cloud-native DevEx

  • 1. Ways Towards a Productive YAML-less Cloud-native DevEx OOP 2021 Digital, February 10th 2021 @LeanderReimer #cloudnativenerd #qaware
  • 2. Mario-Leander Reimer Principal Software Architect @LeanderReimer #cloudnativenerd #qaware
  • 3. // OOP 2021 Digital // Ways Towards a Productive YAML-less Cloud-native DevEx // @LeanderReimer #cloudnativenerd #qaware #OOPdigital 3 Code & Demos https://github.com/qaware/productive-cloud-native-devex
  • 4. // OOP 2021 Digital // Ways Towards a Productive YAML-less Cloud-native DevEx // @LeanderReimer #cloudnativenerd #qaware #OOPdigital DevEx in the good old days … 4 Spec Design Test Integrate Operate Develop Deploy
  • 5. // OOP 2021 Digital // Ways Towards a Productive YAML-less Cloud-native DevEx // @LeanderReimer #cloudnativenerd #qaware #OOPdigital Cloud-native DevEx today? 5 Spec Design Test Integrate Operate Develop Deploy
  • 6. // OOP 2021 Digital // Ways Towards a Productive YAML-less Cloud-native DevEx // @LeanderReimer #cloudnativenerd #qaware #OOPdigital Cloud-native DevEx today! 6 Spec Design Test Integrate Operate Develop Deploy Docker K8S JSON YAML AWS NFA CI/CD More
 YAML Even More YAML Agile Tracing M etrics More Stuff Eve More Eve More Eve More
  • 7. // OOP 2021 Digital // Ways Towards a Productive YAML-less Cloud-native DevEx // @LeanderReimer #cloudnativenerd #qaware #OOPdigital How do you organise and enable technology teams for fast fl ow and high productivity? 7
  • 8. // OOP 2021 Digital // Ways Towards a Productive YAML-less Cloud-native DevEx // @LeanderReimer #cloudnativenerd #qaware #OOPdigital Too much cognitive load will become a bottleneck for fast fl ow and high productivity. • Intrinsic Cognitive Load - relates to fundamental aspects and knowledge in the problem space (e.g. used languages, APIs, frameworks, micro architecture) • Extraneous Cognitive Load - relates to the environment 
 (e.g. deployment, con fi guration, console commands) • Germane Cognitive Load - relates to speci fi c aspects of the business domain (aka. „value added“ thinking and learning) 8 https://teamtopologies.com
  • 9. // OOP 2021 Digital // Ways Towards a Productive YAML-less Cloud-native DevEx // @LeanderReimer #cloudnativenerd #qaware #OOPdigital Minimize intrinsic cognitive load 
 (by training, peer programming, standards, languages, …) 9
  • 10. // OOP 2021 Digital // Ways Towards a Productive YAML-less Cloud-native DevEx // @LeanderReimer #cloudnativenerd #qaware #OOPdigital Eliminate extraneous cognitive load 
 (automate, automate, standardize, automate, automate, …) 10
  • 11. // OOP 2021 Digital // Ways Towards a Productive YAML-less Cloud-native DevEx // @LeanderReimer #cloudnativenerd #qaware #OOPdigital Use the right tools for the job! 11 Getty Images Liliboas Skaffold Tilt kustomize Buildpacks Pulumi
  • 12. // OOP 2021 Digital // Ways Towards a Productive YAML-less Cloud-native DevEx // @LeanderReimer #cloudnativenerd #qaware #OOPdigital What are Cloud-native Buildpacks? • Buildpacks were fi rst introduced by Heroku in 2011. Since then, adopted by Cloud Foundry and other PaaS. • CNCF Project initiated by Pivotal and Heroku in January 2018 • Buildpacks are pluggable, modular tools to translate source code into OCI images • Reduces the operational burden on devs • Support enterprise operators who manage apps at scale • Several default build packs and option to build custom packs. 12
  • 13. // OOP 2021 Digital // Ways Towards a Productive YAML-less Cloud-native DevEx // @LeanderReimer #cloudnativenerd #qaware #OOPdigital Kubernetes native con fi guration management • https://kustomize.io • A template-free way to customize your application con fi guration • Now, built into kubectl as apply -k • Try https://kustomize.io/tutorial 13
  • 14. // OOP 2021 Digital // Ways Towards a Productive YAML-less Cloud-native DevEx // @LeanderReimer #cloudnativenerd #qaware #OOPdigital Pulumi - Modern Infrastructure as Code. • Imperative management and de fi nition of Kubernetes applications and objects using familiar programming language • Use the same tools to build your application and its con fi guration • Compose and share reusable components through code libraries • Terraform alternative: supports all major cloud providers (AWS, …) • Similar projects: Amazon CDK, cdk8s 14
  • 15. // OOP 2021 Digital // Ways Towards a Productive YAML-less Cloud-native DevEx // @LeanderReimer #cloudnativenerd #qaware #OOPdigital Fast. Repeatable. Simple. 
 Local Kubernetes development. • https://skaffold.dev • Handles the work fl ow for building, pushing and deploying an app • Watches local fi le system. Continuously triggers build & deploy on code changes • Allows to synchronize static resources without rebuilding the image • Support for different environments with Pro fi les, Env Vars Templates and kube-context activation 15
  • 16. // OOP 2021 Digital // Ways Towards a Productive YAML-less Cloud-native DevEx // @LeanderReimer #cloudnativenerd #qaware #OOPdigital The Scaffold Work fl ow in a Nutshell 16
  • 17. // OOP 2021 Digital // Ways Towards a Productive YAML-less Cloud-native DevEx // @LeanderReimer #cloudnativenerd #qaware #OOPdigital — Stressless Local Kubernetes Development • https://tilt.dev • Automatically handles all the expert tricks for working in a K8s development environment • Fire up and manage complex microservice constellations • Watches your fi le system and update servers in seconds • Streams logs, events, and pod changes so that it can show you the problem when something breaks • Provides console HUD and nice Web UI 17
  • 18. OUR CLOUD NATIVE DEVEX IS SO BRIGHT, WE NEED SHADES.
  • 19. Mario-Leander Reimer Principal Software Architect, QAware GmbH mario-leander.reimer@qaware.de https://www.qaware.de https://speakerdeck.com/lreimer/ https://github.com/lreimer/ &