Tomoya's Blog

Kubernetes

May 8, 2020 • ☕️ 1 min read

I’ll take a note of Kubernetes because I didn’t know well about this great technology even though I love everything made by Google.

Yes, Kubernetes is originally made by an engineer of Google!

kubernetes from Kerbenetes in 5 mins

What is Kubernetes?

Kubernetes is an open source container orchestration engine for automating deployment, scaling, and management of containerized applications, published by Google in 2014. Now it is hosted by the Cloud Native Computing Foundation (CNCF).

What is container orchestration?

Container orchestration is a system that efficiently manage and scale the containerized applications. As your application gets bigger and bigger, you’ll need to upgrade the servers and add some new configurations, which also requires you to manage more containers for running the application. Then container orchestration will do complicated work instead of you.

What does Kubernetes do?

Big picture, it just wraps up all the containers into “pods” which is more manageable and easier to change the configuration and deploy with CircleCI. Also, Kubernetes can balance the load from external networks on the dupulicated pods, and each pod automatically re-create the container when a container’s server is down.

Reference:

Kubernetes Documentation Kerbenetes in 5 mins

Tomoya


Relative Posts:

Docker使ってReact × Rails(API)の環境構築

May 10, 2020

Kubernetesについて

May 8, 2020

Tomoya Sonokui

To output what I learn from things, and brush up both English & Japanese writing skills. 日々感じたことや学んだことを日本語と英語でアウトプットするための技術系ブログ

RotateLinkImg-iconRotateLinkImg-iconRotateLinkImg-icon