March 2, 2020

190 words 1 min read

Extensibility and Possibility of Kubernetes Custom Resource

Extensibility and Possibility of Kubernetes Custom Resource

Kubernetes is implemented some resources (eg. Deployment, Service and ConfigMap).The basic resources is used for general purpose, but we need specific resources in each own domain.For example, if deve …

Talk Title Extensibility and Possibility of Kubernetes Custom Resource
Speakers Masaya Aoyama (Infrastructure Engineer, CyberAgent, Inc)
Conference Open Source Summit + Automotive Linux Summit Japan
Conf Tag
Location Tokyo, Japan
Date Jul 17-19, 2019
URL Talk Page
Slides Talk Slides
Video

Kubernetes is implemented some resources (eg. Deployment, Service and ConfigMap).The basic resources is used for general purpose, but we need specific resources in each own domain.For example, if developers build MySQL cluster with basic resources, startup scripts will be so complex. But the MySQL custom resource with simply manifest will make MySQL cluster as managed Database services.Kubernetes is not only for container platform, but Kubernetes is also a framework for applications using kubebuilder, Operator SDK and so on.At the CyberAgent, we implement GPUaaS resources and some application cluster resources for sophisticated application management.In this talk, attendees will learn about how to implement own custom resources and the controller, and I will talk about the possibility and extensibility of kubernetes.

comments powered by Disqus