-
Notifications
You must be signed in to change notification settings - Fork 12
K8s Adopting Istio
kimschles edited this page Oct 10, 2019
·
1 revision
Meagan O'Keef Kubernetes Colorado, October 9, 2019
- Benefits:
- to scale independently
- separation of concerns/ownership
- Faster commit-to-deploy time (velocity)
- Challenges:
- More complex
- More service owners
- More programming languages
- More network interactions/ more hops
- Licycles containers, keeps apps alive
- Treat a bank of servers as one (a cluster!)
- Add more nodes as you scale
- How do I investigate latency?
- Manage security policies
- An observability tool
- A transparent layer on your comute infrastructure
- A sidecar proxy is inject beside every service
- Proxies can collect metrics
-
collects telemetry for every service
-
safe rollouts with traffic splitting
-
encryption in transit
-
a control plane
- the user talks to this
- this lives in kubernetes
-
a data plan *