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 勉強
infrastructure as code kubernetes – DaemonSetとStatefulSet Workload 今回は、DaemonSetとStatefulSetについて、話していきたいと思います。 この2つのリソースは、ReplicaSetと似てPodを管理するものですが、それぞれの特徴によって、特別なリソースの作成に必要なものとなります。 Wor... 2020.05.16 infrastructure as codekubernetesKubernetes 勉強
infrastructure as code kubernetes – PodとReplicaSetとDeployment Workload Workloadのリソースは合計7種類ありますが、すべて一括ご紹介しても、消火不良になりやすいので、段階を踏んで、3回に分けて説明していきたいと思います。 まず、今回は、Pod、ReplicaSet、Deploymentについて話していきま... 2020.05.16 infrastructure as codekubernetesKubernetes 勉強