Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blog Post: Troubleshooting an AKS Sitecore solution #119

Merged
merged 11 commits into from
Dec 16, 2024
Prev Previous commit
Next Next commit
Add config file
  • Loading branch information
Ramazan Yilmaz committed Dec 4, 2024
commit 17733a25b0634763d52b87250db9ede7a9350f63
11 changes: 11 additions & 0 deletions docs/_posts/2024-12-09-troubleshooting-an-aks-sitecore-solution.md
Original file line number Diff line number Diff line change
@@ -48,6 +48,17 @@ To connect an AKS Cluster from your local machine, first close your OpenLens ins

On the right side of the browser, a menu will open. Select Azure CLI and follow the instruction.

### Config file
Adding the cluster via Azure CLI will edit your Kubernetes config file on your machine. Usually, it's located on **C:\Users\USERNAME\.kube**

You may need to add the Kubernetes folder to OpenLens via menu, File, Preferences:

![FilePreferences](../files/2024/12/09/file-preferences.png "File - Preferences")

Go to Kubernetes (1), press Sync folder (2) and add the folder where the Kubeconfig file is stored C:\Users\USERNAME\.kube

![SyncFolder](../files/2024/12/09/sync-folder.png "Sync folder")


Photo by <a href="https://unsplash.com/@growtika?utm_content=creditCopyText&utm_medium=referral&utm_source=unsplash">Growtika</a> on <a href="https://unsplash.com/photos/a-group-of-blue-boxes-ZfVyuV8l7WU?utm_content=creditCopyText&utm_medium=referral&utm_source=unsplash">Unsplash</a>

Binary file added docs/files/2024/12/09/file-preferences.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/files/2024/12/09/sync-folder.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.