Solo.io Speakers at Craft-Conf 2019

Craft is an inclusive and professional conference about software craft, presenting which tools, methods and practices should be part of the toolbox of a modern developer and company. Solo.io is excited to have our Founder and CEO, Idit Levine and our Field CTO, Christian Posta featured in this year’s speaker line up.

Can’t make it to Craft? Talks will be livestreamed and recorded so check back to watch remotedly. And reach out at Contact@solo.io with any questions or to set up time to meet in Budapest.

Here are the Solo.io Talks at CraftConf:

Talk: How to use Serverless and Microservices Together

Time & Time: Thursday 16:55–17:40 | Learn More

Talk: Service Mesh Pptions with Istio, Linkerd, and/or Consul

Date & Time: Thursday 16:55–17:40 | Learn More

Service mesh abstracts the network from developers to solve three main pain points:

  • How do services communicate securely with one another
  • How can services implement network resilience
  • When things go wrong, can we identify what and why

Service mesh implementations usually follow a similar architecture: traffic flows through control points between services (usually service proxies deployed as sidecar processes) while an out-of-band set of nodes is responsible for defining the behavior and management of the control points. This loosely breaks out into an architecture of a “data plane” through which requests flow and a “control plane” for managing a service mesh.

Different service mesh implementations use different data planes depending on their use cases and familiarity with particular technology. The control plane implementations vary between service-mesh implementations as well. In this talk, we’ll take a look at three different control plane implementations with Istio, Linkerd and Consul, their strengths, and their specific tradeoffs to see how they chose to solve each of the three pain points from above. We can use this information to make choices about a service mesh or to inform our journey if we choose to build a control plane ourselves.

Workshop: Microservicing Like a Unicorn with Envoy, Istio and Kubernetes

Date & Time: Tuesday 9:00–17:00 | Learn More

Container deployment platforms are a boring part of our infrastructure. The exciting parts, unfortunately, happen when services actually try communicating and working together to accomplish some business function. The service mesh approach helps make service communication boring, with capabilities that include retries, load balancing, timeouts, deadlines, circuit breaking, mutual TLS, service discovery, and distributed tracing. Istio — an open source project initially sponsored by Google, Lyft, and IBM — has become a popular way of implementing a service mesh, and the project has a growing community of users and contributors.

Christian Posta leads a deep dive into Istio. You’ll learn how Istio works and how to debug issues as you take a step-by-step walk-though of Istio’s components. Christian starts by introducing Envoy, Istio’s default service proxy, teaching you how to configure it and how it implements resilience functionality. You’ll then deploy each component of the Istio control plane — Istio Pilot, Istio Ingress, Istio Gateway, and Istio Mixer — giving you a firm understanding of what they do and how to use them. You’ll also discover how to debug Envoy configurations and how best to replace resilience features handled by library-specific frameworks (Netflix OSS, Finagle, etc.).

 

Meetup: Microservices Budapest

Date & Time: Tuesday May 7, 6:00 pm | Register Here

Featuring Christian Posta of Solo and Viktor Farcic of Cloudbees, this meetup will feature talks on Service Mesh primer and Solo SuperGloo and Kubernetes-first Cloud-native continuous delivery based on GitOps principles combined with ChatOps.