├── .gitignore ├── LICENSE ├── README.md ├── acceptanceTestingEphemeralEnvironments ├── README.md └── slides │ └── KubeCon_-_Are_you_about_to_break_prod.pdf ├── admissionWebhooks ├── README.md └── slides │ └── Admission_Webhooks_Configuration_and_Debugging_Best_Practices.pdf ├── apiMachineryDeepDive └── README.md ├── containingTheContainer ├── README.md └── slides │ └── Containing_the_Container.pdf ├── debuggingLiveApplications ├── README.md └── slides │ └── 2019-11_NA_Kubecon_-_Debugging_Live_Applications_in_Kubernetes.pdf ├── devTools ├── README.md └── slides │ └── Use_Your_Favorite_Developer_Tools_With_Telepresence.pdf ├── envoyBeyondServiceMesh ├── README.md └── slides │ └── KubeCon_NA_2019_-_Take_Envoy_beyond_a_K8s_service_mesh.pdf ├── envoycon2019 ├── README.md └── slides │ ├── AWSAppMesh_EnvoyCon.pdf │ ├── Building_Low_Latency_Topologies_with_Envoy.pdf │ ├── Dynamic_Request_Routing_with_Envoy.pdf │ ├── EnvoyCon2019.pdf │ ├── EnvoyCon_2019_Lita_Tom.pdf │ ├── EnvoyCon_Perf_Tools_2019_v1.pdf │ ├── EnvoyMobile-EnvoyCon2019.pdf │ ├── Envoycon2019_10GBMemory.pdf │ ├── Graph-Based-ML-Anomaly-Detection-and-Insights.pdf │ ├── Overview_of_Authentication_and_Authorization_Features_in_Envoy.pdf │ ├── Solving_Microservice_MysteriesStatic_v2.pdf │ ├── atc_envoycon_2019.pdf │ ├── dylan-carney-envoycon.pdf │ └── pdf-sustainability.pdf ├── introLinkerd ├── README.md └── slides │ └── Intro_to_Linkerd_Kubecon_2019_NA.pdf ├── makingKubernetesGenerallyAvailable ├── README.md └── slides │ └── Making_an_Internal_Kubernetes_Offering_Generally_Available.pdf └── operatorHardParts ├── README.md └── slides └── Writing_a_Kubernetes_operator_-_the_Hard_Parts_-_KubeCon_2019.pdf /.gitignore: -------------------------------------------------------------------------------- 1 | # IDE specific metadata 2 | .idea -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ewohltman/kubecon2019/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ewohltman/kubecon2019/HEAD/README.md -------------------------------------------------------------------------------- /acceptanceTestingEphemeralEnvironments/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ewohltman/kubecon2019/HEAD/acceptanceTestingEphemeralEnvironments/README.md -------------------------------------------------------------------------------- /acceptanceTestingEphemeralEnvironments/slides/KubeCon_-_Are_you_about_to_break_prod.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ewohltman/kubecon2019/HEAD/acceptanceTestingEphemeralEnvironments/slides/KubeCon_-_Are_you_about_to_break_prod.pdf -------------------------------------------------------------------------------- /admissionWebhooks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ewohltman/kubecon2019/HEAD/admissionWebhooks/README.md -------------------------------------------------------------------------------- /admissionWebhooks/slides/Admission_Webhooks_Configuration_and_Debugging_Best_Practices.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ewohltman/kubecon2019/HEAD/admissionWebhooks/slides/Admission_Webhooks_Configuration_and_Debugging_Best_Practices.pdf -------------------------------------------------------------------------------- /apiMachineryDeepDive/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ewohltman/kubecon2019/HEAD/apiMachineryDeepDive/README.md -------------------------------------------------------------------------------- /containingTheContainer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ewohltman/kubecon2019/HEAD/containingTheContainer/README.md -------------------------------------------------------------------------------- /containingTheContainer/slides/Containing_the_Container.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ewohltman/kubecon2019/HEAD/containingTheContainer/slides/Containing_the_Container.pdf -------------------------------------------------------------------------------- /debuggingLiveApplications/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ewohltman/kubecon2019/HEAD/debuggingLiveApplications/README.md -------------------------------------------------------------------------------- /debuggingLiveApplications/slides/2019-11_NA_Kubecon_-_Debugging_Live_Applications_in_Kubernetes.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ewohltman/kubecon2019/HEAD/debuggingLiveApplications/slides/2019-11_NA_Kubecon_-_Debugging_Live_Applications_in_Kubernetes.pdf -------------------------------------------------------------------------------- /devTools/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ewohltman/kubecon2019/HEAD/devTools/README.md -------------------------------------------------------------------------------- /devTools/slides/Use_Your_Favorite_Developer_Tools_With_Telepresence.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ewohltman/kubecon2019/HEAD/devTools/slides/Use_Your_Favorite_Developer_Tools_With_Telepresence.pdf -------------------------------------------------------------------------------- /envoyBeyondServiceMesh/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ewohltman/kubecon2019/HEAD/envoyBeyondServiceMesh/README.md -------------------------------------------------------------------------------- /envoyBeyondServiceMesh/slides/KubeCon_NA_2019_-_Take_Envoy_beyond_a_K8s_service_mesh.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ewohltman/kubecon2019/HEAD/envoyBeyondServiceMesh/slides/KubeCon_NA_2019_-_Take_Envoy_beyond_a_K8s_service_mesh.pdf -------------------------------------------------------------------------------- /envoycon2019/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ewohltman/kubecon2019/HEAD/envoycon2019/README.md -------------------------------------------------------------------------------- /envoycon2019/slides/AWSAppMesh_EnvoyCon.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ewohltman/kubecon2019/HEAD/envoycon2019/slides/AWSAppMesh_EnvoyCon.pdf -------------------------------------------------------------------------------- /envoycon2019/slides/Building_Low_Latency_Topologies_with_Envoy.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ewohltman/kubecon2019/HEAD/envoycon2019/slides/Building_Low_Latency_Topologies_with_Envoy.pdf -------------------------------------------------------------------------------- /envoycon2019/slides/Dynamic_Request_Routing_with_Envoy.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ewohltman/kubecon2019/HEAD/envoycon2019/slides/Dynamic_Request_Routing_with_Envoy.pdf -------------------------------------------------------------------------------- /envoycon2019/slides/EnvoyCon2019.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ewohltman/kubecon2019/HEAD/envoycon2019/slides/EnvoyCon2019.pdf -------------------------------------------------------------------------------- /envoycon2019/slides/EnvoyCon_2019_Lita_Tom.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ewohltman/kubecon2019/HEAD/envoycon2019/slides/EnvoyCon_2019_Lita_Tom.pdf -------------------------------------------------------------------------------- /envoycon2019/slides/EnvoyCon_Perf_Tools_2019_v1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ewohltman/kubecon2019/HEAD/envoycon2019/slides/EnvoyCon_Perf_Tools_2019_v1.pdf -------------------------------------------------------------------------------- /envoycon2019/slides/EnvoyMobile-EnvoyCon2019.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ewohltman/kubecon2019/HEAD/envoycon2019/slides/EnvoyMobile-EnvoyCon2019.pdf -------------------------------------------------------------------------------- /envoycon2019/slides/Envoycon2019_10GBMemory.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ewohltman/kubecon2019/HEAD/envoycon2019/slides/Envoycon2019_10GBMemory.pdf -------------------------------------------------------------------------------- /envoycon2019/slides/Graph-Based-ML-Anomaly-Detection-and-Insights.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ewohltman/kubecon2019/HEAD/envoycon2019/slides/Graph-Based-ML-Anomaly-Detection-and-Insights.pdf -------------------------------------------------------------------------------- /envoycon2019/slides/Overview_of_Authentication_and_Authorization_Features_in_Envoy.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ewohltman/kubecon2019/HEAD/envoycon2019/slides/Overview_of_Authentication_and_Authorization_Features_in_Envoy.pdf -------------------------------------------------------------------------------- /envoycon2019/slides/Solving_Microservice_MysteriesStatic_v2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ewohltman/kubecon2019/HEAD/envoycon2019/slides/Solving_Microservice_MysteriesStatic_v2.pdf -------------------------------------------------------------------------------- /envoycon2019/slides/atc_envoycon_2019.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ewohltman/kubecon2019/HEAD/envoycon2019/slides/atc_envoycon_2019.pdf -------------------------------------------------------------------------------- /envoycon2019/slides/dylan-carney-envoycon.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ewohltman/kubecon2019/HEAD/envoycon2019/slides/dylan-carney-envoycon.pdf -------------------------------------------------------------------------------- /envoycon2019/slides/pdf-sustainability.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ewohltman/kubecon2019/HEAD/envoycon2019/slides/pdf-sustainability.pdf -------------------------------------------------------------------------------- /introLinkerd/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ewohltman/kubecon2019/HEAD/introLinkerd/README.md -------------------------------------------------------------------------------- /introLinkerd/slides/Intro_to_Linkerd_Kubecon_2019_NA.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ewohltman/kubecon2019/HEAD/introLinkerd/slides/Intro_to_Linkerd_Kubecon_2019_NA.pdf -------------------------------------------------------------------------------- /makingKubernetesGenerallyAvailable/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ewohltman/kubecon2019/HEAD/makingKubernetesGenerallyAvailable/README.md -------------------------------------------------------------------------------- /makingKubernetesGenerallyAvailable/slides/Making_an_Internal_Kubernetes_Offering_Generally_Available.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ewohltman/kubecon2019/HEAD/makingKubernetesGenerallyAvailable/slides/Making_an_Internal_Kubernetes_Offering_Generally_Available.pdf -------------------------------------------------------------------------------- /operatorHardParts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ewohltman/kubecon2019/HEAD/operatorHardParts/README.md -------------------------------------------------------------------------------- /operatorHardParts/slides/Writing_a_Kubernetes_operator_-_the_Hard_Parts_-_KubeCon_2019.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ewohltman/kubecon2019/HEAD/operatorHardParts/slides/Writing_a_Kubernetes_operator_-_the_Hard_Parts_-_KubeCon_2019.pdf --------------------------------------------------------------------------------