iT邦幫忙

搜尋 kubernetes 找到約 454 個結果
在google中搜尋

技術 Day27 Kubernetes 的 PVC 是?

Kubernetes (K8s) 中的 PVC,全名為「Persistent Volume Claim」,是一個非常重要的概念。簡單來說,它就像一個容器或應用程序對永久性儲存的「預訂單」。當我們需要在...

技術 Day 27 — Terraform/GCP實戰 :使用 Terraform 創建 GCP 運算服務 Kubernetes GKE

使用 Terraform 創建 Kubernetes GKE 集群,實現容器化應用的部署和管理。 文章同步分享到 blog - https://devops-with-alex.com/day-2...

技術 Day 26 — Terraform/GCP實戰:使用 GCP Console 創建 GCP 運算服務 Kubernetes GKE

示範如何使用 GCP Console 創建 Kubernetes GKE 集群。 文章同步分享到 blog - https://devops-with-alex.com/day-26-terraf...

技術 Day-29-Kubernetes 介紹-Pod 水平自動伸縮 (Horizontal Pod Autoscaler)

day-29-Kubernetes 介紹-Pod 水平自動伸縮 (Horizontal Pod Autoscaler) 前言 前幾天介紹了 可觀察性 (Observability),來幫助我們了解應用...

技術 The Way to Kubernetes: Containerization

今日將進入容器化容器化是一種現代應用程式部署和管理的技術,它將應用程式及其相依性與運行環境一起封裝在一個獨立的單元中,稱為容器。這種技術使開發者能夠確保應用程式在不同環境中的一致運行,無論是在開發人員...

技術 The Kubernetes Voyage: Virtual Machine

A mystical realm within the machine, conjuring diverse worlds of operating systems in a singular ar...

技術 Day 24 Package Manager for Kubernetes - Helm & 用 Helm 安裝 MySQL Cluster

前面介紹了很多元件,要讓一個應用程式跑起來可能會需要 Deployment、Service、configMap、Service Account、Role、RoleBinding …… 這些 yaml...

技術 Day 23 Kubernetes RBAC - 2

這篇來看 Cluster Role & Cluster Role Binding,以及 Account 後綁定的作用對象。 Cluster Role & Cluster Role Bi...

技術 Day 22 Kubernetes RBAC - 1

類似雲端服務,Kubernetes 的資源也會限制存取對象。不過在本機上練習 kubernetes 會沒什麼感覺,因為你就是 admin。 回顧一下非常前面提到的 Cluster structure,...

技術 The Path to The Cloud: The Kubernetes Voyage

The wind and the waves are always on the side of the ablest navigator. Edmond Gibbon   完成練習後,終究需朝向...