Conversation
| Install the Azure Client on your machine. https://docs.microsoft.com/en-us/cli/azure/install-azure-cli | ||
|
|
||
| Setup the client using `az login`. | ||
| Set your current working subscription with `az account set --subscription DTS-SHAREDSERVICES-DEV` |
There was a problem hiding this comment.
🚫 you should not need to do this
and an SDS subscription cannot be put here as CFT developers won't have access to it.
|
|
||
| Install the Kubernetes Client on your machine. https://kubernetes.io/docs/tasks/tools | ||
|
|
||
| Get credentials for the AKS cluster you are working with `az aks get-credentials --resource-group ss-dev-00-rg --name ss-dev-00-aks` |
There was a problem hiding this comment.
🚫 troubleshooting page has a full list, that should be linked instead of adding an SDS cluster
|
|
||
| Get credentials for the AKS cluster you are working with `az aks get-credentials --resource-group ss-dev-00-rg --name ss-dev-00-aks` | ||
|
|
||
| You can now view pods using kubectl in the mi namespace, for example `kubectl get pods -n mi -o wide` |
There was a problem hiding this comment.
I'm wary of adding a specific namespace here as it won't be everywhere, there's docs in https://hmcts.github.io/ways-of-working/troubleshooting/#debug-application-startup-issues-in-aks for this
|
|
||
| You can now view pods using kubectl in the mi namespace, for example `kubectl get pods -n mi -o wide` | ||
|
|
||
| Contact #platops-help on slack for any support. |
There was a problem hiding this comment.
the channel should be a link search the repo for references.
🚫 please don't just say contact platops-help, it should be ask someone in your team if you are having any issues, if you get stuck you can raise a help request
Change description
Add Kubernetes onboarding
Does this PR introduce a breaking change? (check one with "x")