Skip to content

Commit 84eafbe

Browse files
author
Tamás Hódi
committed
docs(post): update content
1 parent 2f1e13d commit 84eafbe

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

post.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
http://blog.christianposta.com/istio-workshop/slides/#/agenda
2+
13
# Intro
24
- microservices architecture shifts complexity from the space of code design and implementation into system operations
35
- pushing the complexity from one place (software design and development) to another (operations) is just like hiding some tricky parts in somewhere else
46
- k8s lets you to automate things and solve the problems easily
57

6-
![alt text](https://martinfowler.com/bliki/images/microservicePrerequisites/sketch.png "MS meme by Martin Fowler")
8+
!["MS meme by Martin Fowler"](https://martinfowler.com/bliki/images/microservicePrerequisites/sketch.png)
79

810
# Problems
911

@@ -19,7 +21,8 @@
1921
- canary
2022

2123
### Bootstrapping
22-
- graceful start / shutdown
24+
- graceful start / shutdown (app skeleton)
25+
- automate setup (repo, ci, deployment)
2326

2427
## Communication
2528

@@ -41,5 +44,7 @@
4144
- loosely-coupled services collaborating
4245
- detect serious problems
4346

44-
envoy
45-
- caching server + client? invalidate manually?
47+
### Fault injection
48+
- test resilience of your application
49+
- network latency -> delay
50+
- crash failure -> abort

0 commit comments

Comments
 (0)