
Istio in 1.4 and 1.6
Istio today
- Sandbox
- Incubation
- Graduation
Note
I roughly counted, and there were more than 20 occasions in 2019 I either spoke about Istio or delivered a workshop. I guess I can call myself an "international speaker", right? 🙂

I share a quick look into my history with Istio and how I've seen it evolve from an incubating project to a graduated one.
Peter Jausovec
Senior Principal Platform Advocate


Note
I roughly counted, and there were more than 20 occasions in 2019 I either spoke about Istio or delivered a workshop. I guess I can call myself an "international speaker", right? 🙂

Keep reading
The CAP theorem, also named Brewer's theorem after computer scientist Eric Brewer, states that it is impossible for a distributed system to simultaneously provide more than two out of the following three guarantees - consistency, high availability, and partition tolerance.
Peter Jausovec
SSL certificates are a must these days. They helps protect the data being sent between the server and the client by encrypting it, which gives your website more credibility. In this blog post I will explore a couple of different ways you can obtain SSL certificates and configure the Istio Gateway to use them.
Peter Jausovec
The rising demand for hard kubernetes multitenancy, either for customers of a SaaS offering or to support disparate internal teams within an organization, coupled with mass adoption of service-meshes (Istio being the more popular of the choices), we are starting to notice a need for supporting multiple meshes within a single Kubernetes cluster.
Nitish Malhotra
You deployed your applications to Kubernetes and now you need a way for your users to access them. You can do that with a Kubernetes Ingress resource and an Ingress controller. This article explains all about the Ingress resource and shows you how to expose multiple applications through a domain, subdomain and on a different URL path.
Peter Jausovec
Monitoring with cAdvisor allows you to gather information about individual Docker containers. cAdvisor runs as a daemon and collects the information about running containers, crunches the data, and exports it to your backend system of choice (Prometheus, ElasticSearch, StatsD). This article shows you how to install cAdvisor and get the metrics to show up on a dashboard in Grafana.
Peter Jausovec