このブラウザ バージョンのサポートは終了しました。サポートされているブラウザにアップグレードしてください。
Kubelet is the node agent in a Kubernetes cluster, and is responsible for the Pod lifecycle management on the local node. Kubelet first obtains the Pod configurations assigned to the local node, and then invokes the bottom-layer container runtime, such as Docker or PouchContainer, based on the obtained configurations to create Pods. Then Kubelet monitors the Pods, ensuring that all Pods on the nod
Kubernetes nodes provide the infrastructure for containers to run by implementing container-centric features, networking, volumes, and interfacing with container runtimes. The node is an unsung hero that bridges the Kubernetes control plane with containers. Pods are the atomic scheduling unit in Kubernetes and are implemented at the node level, allowing for complex workloads using multiple coopera
kubectl create -f x.yamlでReplication Controllerを作成しコンテナが起動するまでに、各コンポーネントがどのように動作するかまとめてみました。Kubernetes 1.2時点での情報です。各コンポーネントの概要は、Kubernetes: 構成コンポーネント一覧をご覧ください。 シーケンス図 各コンポーネントはAPIサーバーのリソースを監視(watch)して非同期に動作するので、実際のアクセスの方向はコンポーネントからAPIサーバーになります。 kubectl createによるReplication Controller作成 kubectl create -f x.yamlでReplication Controllerを作成を実行すると、内部ではAPIサーバーのPOST /api/v1/namespaces/{namespace}/replicat
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く