infrastructure as code kubernetes – 環境変数の利用 今回から、k8sのデータ保持の役割を担うリソースについて、説明していきたいと思います。 ただ、本番説明する前に、k8sにおいて、環境変数の使い方を前提知識として説明させていただきます。 k8sの環境変数の利用 OSに知識のある方がご存じの通... 2020.05.25 infrastructure as codekubernetesKubernetes 勉強
infrastructure as code kubernetes – None-Selector Service Service概要 Service ClusterIP:k8s内部ロードバランサー ExternalIP(ClusterIPに属する):指定のNodeのIPを使って、外部と通信可能なClusterIP NodePort:任意NodeのI... 2020.05.24 infrastructure as codekubernetesKubernetes 勉強
infrastructure as code kubernetes – ExternalName Service Service概要 Service ClusterIP:k8s内部ロードバランサー ExternalIP(ClusterIPに属する):指定のNodeのIPを使って、外部と通信可能なClusterIP NodePort:任意NodeのI... 2020.05.23 infrastructure as codekubernetesKubernetes 勉強
infrastructure as code kubernetes – Headless Service Service概要 Service ClusterIP:k8s内部ロードバランサー ExternalIP(ClusterIPに属する):指定のNodeのIPを使って、外部と通信可能なClusterIP NodePort:任意NodeのI... 2020.05.22 infrastructure as codekubernetesKubernetes 勉強
infrastructure as code kubernetes – LoadBalancer Service Service概要 Service ClusterIP:k8s内部ロードバランサー ExternalIP(ClusterIPに属する):指定のNodeのIPを使って、外部と通信可能なClusterIP NodePort:任意NodeのI... 2020.05.21 infrastructure as codekubernetesKubernetes 勉強
infrastructure as code kubernetes – NodePort Service Service概要 Service ClusterIP:k8s内部ロードバランサー ExternalIP(ClusterIPに属する):指定のNodeのIPを使って、外部と通信可能なClusterIP NodePort:任意NodeのI... 2020.05.20 infrastructure as codekubernetesKubernetes 勉強
infrastructure as code kubernetes – ExternalIP Service Service概要 Service ClusterIP:k8s内部ロードバランサー ExternalIP(ClusterIPに属する):指定のNodeのIPを使って、外部と通信可能なClusterIP NodePort:任意NodeのI... 2020.05.20 infrastructure as codekubernetesKubernetes 勉強
infrastructure as code kubernetes – ClusterIP Service Service 概要 Service ClusterIP:k8s内部ロードバランサー ExternalIP(ClusterIPに属する):指定のNodeのIPを使って、外部と通信可能なClusterIP NodePort:任意Nodeの... 2020.05.19 infrastructure as codekubernetesKubernetes 勉強
infrastructure as code kubernetes – ServiceとIngress 前回まで、k8sで仕事をしてくれるリソースについて説明しました。 システムとしては、Workloads間のやり取りや外部とのやり取りも必要になりますので、ネットワークの設定も必要になります。 今回から、k8sのネットワークについて、触れてい... 2020.05.18 infrastructure as codekubernetesKubernetes 勉強
infrastructure as code kubernetes – JobとCronJob Workload 今回はWorkloadの最後2種類のリソースJobとCronJobについて、ご紹介していきたいと思います。 Workloads リソースの概要 Pod:Workloadsリソースの最小単位 ReplicaSet(旧Repl... 2020.05.17 infrastructure as codekubernetesKubernetes 勉強