Skip to content

Commit

Permalink
Add comments on Tutorial for not working on ARM architecture cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
pegasas committed Dec 9, 2023
1 parent fe3c7c7 commit f779d7b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ <h3>Kubernetes Deployments</h3>
control plane schedules the application instances included in that Deployment to run on individual Nodes in the
cluster.
</p>

<p><strong>Please note that Minikube must be used with the Docker Desktop as the driver for running AMD64 images on ARM architecture.</strong></p>

<p>Once the application instances are created, a Kubernetes Deployment controller continuously monitors those instances. If the Node hosting an instance goes down or is deleted, the Deployment controller replaces the instance with an instance on another Node in the cluster. <b>This provides a self-healing mechanism to address machine failure or maintenance.</b></p>

Expand Down

0 comments on commit f779d7b

Please sign in to comment.