diff --git a/.gitignore b/.gitignore index e4b8e34..b8be0e6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .venv .cache -site \ No newline at end of file +.obsidian +site diff --git a/docs/README.md b/docs/README.md deleted file mode 120000 index 32d46ee..0000000 --- a/docs/README.md +++ /dev/null @@ -1 +0,0 @@ -../README.md \ No newline at end of file diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 0000000..32d46ee --- /dev/null +++ b/docs/README.md @@ -0,0 +1 @@ +../README.md \ No newline at end of file diff --git a/docs/containers/kubernetes.md b/docs/containers/kubernetes.md index bbd09d8..7ef266a 100644 --- a/docs/containers/kubernetes.md +++ b/docs/containers/kubernetes.md @@ -7,7 +7,7 @@ A Kubernetes **cluster** consists of a set of worker machines, called **nodes**, The worker node(s) host the **pods** that are the components of the application workload. The **control plane** manages the worker nodes and the pods in the cluster. In production environments, the control plane usually runs across multiple computers and a cluster usually runs multiple nodes, providing fault-tolerance and high availability. -![kubernetes-cluster-overview](../img//kubernetes_cluster-overview.svg) +![kubernetes-cluster-overview](../img/kubernetes_cluster-overview.svg) ### Control Plane