Questions
- True or false: Istio is an API Gateway.
- True
- False
Answer: b – False. Istio is a service mesh, and while it has many of the functions of a gateway, it doesn’t have all of them (such as schema checking).
- Should I always build applications as microservices?
- Obviously – this is the right way.
- Only if a microservices architecture aligns with your organization’s structure and needs.
- No. Microservices are more trouble than they’re worth.
- What’s a microservice?
Answer: b – Microservices are great when you have a team that is able to make use of the granularity they provide.
- What is a monolith?
- A large object that appears to be made from a single piece by an unknown maker
- An application that is self-contained
- A system that won’t run on Kubernetes
- A...