iT邦幫忙

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

技術 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   完成練習後,終究需朝向...

技術 Day21 Kubernetes 安裝

今天開始安裝 Kubernetes 除了儲存那台之外,剩下的每一台都需要進行以下的動作。你可以參考下面的指令,逐行安裝。k8s_init.sh #!/bin/sh # 更新套件 sudo apt up...

技術 [Day 21] 在 AWS 部署 Kubernetes 叢集 (四) - 部署 AWS EKS

接著進行: 2. 使用 AWS Elastic Kubernetes Service(AWS EKS) 部署叢集 請注意:以下範例使用 AWS EKS 服務,並非免費 💸💸💸!請注意:以下範例使用 A...

技術 Kubernetes 的 Service 是什麼 ?

Kubernetes的Service是一種抽象層,它提供了一個穩定的網絡終端,以訪問一組相關聯的Pods。Pods是Kubernetes中運行容器應用程序的基本單位,它們可以動態地添加、刪除和縮放。然...