Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Public Cloud vs. Kubernetes

Public Cloud vs. Kubernetes

Kubernetes seems like the ideal abstraction for public cloud providers. This presentation looks into the challenges with this thinking, how you get the most out of Kubernetes, and why public cloud still makes a lot of sense.

Eberhard Wolff

November 06, 2019
Tweet

More Decks by Eberhard Wolff

Other Decks in Technology

Transcript

  1. apiVersion: elasticsearch.k8s.elastic.co/v1alpha1 kind: Elasticsearch metadata: name: quickstart spec: version: 7.2.0

    nodes: - nodeCount: 1 config: node.master: true node.data: true node.ingest: true