Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Building a Developer Platform? Ask these questi...
Search
Rosemary Wang
October 12, 2023
Technology
0
60
Building a Developer Platform? Ask these questions.
Originally presented at HashiConf, October 12, 2023.
Rosemary Wang
October 12, 2023
Tweet
Share
More Decks by Rosemary Wang
See All by Rosemary Wang
Build for massive scale & security with the HashiCorp Cloud Platform
joatmon08
0
33
People, process, and technology for ILM and SLM adoption
joatmon08
0
20
Secure Day 2 operations with Boundary and Vault
joatmon08
0
47
Can You Test Your Infrastructure as Code?
joatmon08
1
85
Multi-Account, Multi-Region, Multi-Runtime
joatmon08
1
47
Building a multi-account, multi-runtime service-oriented architecture
joatmon08
0
62
Choose Your Own Abstraction: Iterating on Developer Experience
joatmon08
0
61
Break Glass, Repair Fast, Reconcile Automation
joatmon08
2
52
From Cloud-Hosted to Cloud-Native
joatmon08
0
75
Other Decks in Technology
See All in Technology
スプリントゴールで価値を駆動しよう
takufujii
3
1.6k
プラットフォームとしての Datadog / Datadog as Platforms
aoto
PRO
1
330
令和最新版TypeScriptでのnpmパッケージ開発
lycorptech_jp
PRO
0
110
面接を通過するためにやってて良かったこと3選
sansantech
PRO
0
130
名刺メーカーDevグループ 紹介資料
sansan33
PRO
0
740
Introduction to Sansan, inc / Sansan Global Development Center, Inc.
sansan33
PRO
0
2.6k
Things you never dared to ask about LLMs — v2
glaforge
1
490
Okayama WordPress Meetup #12 | そのバックアップ、本当に復元できますか? リストアやってみた!
takeshifurusato
0
110
オープンソースのハードウェアのコンテストに参加している話
iotengineer22
0
510
Rebase エンジニアリング組織の現状とこれから
rebase_engineering
0
140
Streamline Cloud-Native App Development Using CDEs
saeedzf
0
690
ゴリラ.vim #36 ~ Vim x SNS ~ スポンサーセッション
yasunori0418
1
310
Featured
See All Featured
Speed Design
sergeychernyshev
30
970
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
357
30k
Building Adaptive Systems
keathley
41
2.6k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
5
620
How GitHub (no longer) Works
holman
314
140k
Documentation Writing (for coders)
carmenintech
71
4.8k
Adopting Sorbet at Scale
ufuk
76
9.4k
A Tale of Four Properties
chriscoyier
159
23k
BBQ
matthewcrist
88
9.7k
Building Applications with DynamoDB
mza
95
6.4k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
Statistics for Hackers
jakevdp
799
220k
Transcript
Idea ! Production The golden path ⚙
Platform Infrastructure Application Application Tests Dashboards Secrets AuthN/AuthZ Telemetry CI/CD/GitOps
Stateful Infra Interface
Platform Infrastructure Application Application Tests Dashboards Secrets AuthN/AuthZ Telemetry CI/CD/GitOps
Stateful Infra Interface
✅ Self Service The platform contract ✅ On-demand ✅ Quick
to start ✅ Extensible ✍
Terraform Lower level Programming language GitOps Customization Higher level Standardization
UI/CLI
Developer Advocate HashiCorp she/her @joatmon08 Rosemary Wang
What are we missing?
The platform contract is incomplete Day 2 updates? Dependency management
of platform & services? Access control from platform interface? Local and remote development?
Day 2 Making platform changes that affect services. 01
Platform Application ?? v13.11 v14.9 ?? v14.9 % ?? Version
Control Version Control Module
DEMO
Use version control Identify escape hatch Label by criticality
Dependency management Change platform, refresh applications. 02
Platform Application … Password1
Platform Application ?? … Password1 Password2
Platform Application Reload Update …
DEMO
Identify source(s) of truth Automate by event Use drift as
signal
Access control Least privilege for platform components. 03
Platform Application % Platform interface ??
DEMO
Centralize identity Choose one auth provider Maximize integrations
Local & Remote Development Develop locally, deploy remotely. 04
Platform Application % ?? ??
DEMO
Define “local” Map data restrictions Balance testing cost and usefulness
Summary 04
Day 2 updates The complete platform contract Dependency management of
platform & services Access control from platform interface Local and remote development Developer Platform ✍ ✅ ✅ ✅ ✅
Paving an Infinite Golden Path Update Create Run Migrate Day
N Day 2 Day 0 Day 1
Demo github.com/joatmon08/ hashicorp-stack-demoapp Tutorials developer.hashicorp.com/hcp/ tutorials Learn more