Slide 7
Slide 7 text
やろうとしたこと
Kubesprayでciliumをインストール, hubbleを有効化
diff --git a/mycluster/group_vars/k8s_cluster/k8s-cluster.yml b/mycluster/group_vars/k8s_cluster/k8s-cluster.yml
index 211a350..a4ae5e1 100644
--- a/mycluster/group_vars/k8s_cluster/k8s-cluster.yml
+++ b/mycluster/group_vars/k8s_cluster/k8s-cluster.yml
@@ -67,7 +67,7 @@ credentials_dir: "{{ inventory_dir }}/credentials"
# Choose network plugin (cilium, calico, kube-ovn, weave or flannel. Use cni for generic cni plugin)
# Can also be set to 'cloud', which lets the cloud provider setup appropriate routing
-kube_network_plugin: calico
+kube_network_plugin: cilium
Ciliumの有効化