Forum Discussion
jimmy-phelan
Sep 22, 2023Copper Contributor
Azure Arc Standalone Server with AKS - Am I Crazy?
Hi All. I am attempting to run a proof of concept here and create an AKS cluster on a bare metal windows server. The use case being that in the event of a network outage, a local copy of our application could potentially be deployed.
What ive got so far
1. A repurposed high spec PC with windows server on it. 6 core (12 HT), 512gb SSD, 32GB RAM, single NIC.
2. Windows Server 2019 installed
3. Windows Admin Center 2306 (1.5.2306)
Ive had a number of problems getting this off the ground. Firstly, it is very difficult for me to get a good answer on how to "size" a kubernetes cluster running in Arc! 🙂 Ive found some articles online to allow for 120 IP's per node etc, but very little in how to plan this all out.
Second, while deploying the AKS cluster i ran into an error with AKS logging into Azure. Ive overcome this, the solution I posted here: https://learn.microsoft.com/en-us/answers/questions/1299863/how-to-fix-method-get-serializationsettings-does-n
Im now stuck with a further error, and before i invest time into this, i want to ask the community, have any of you had to do this amount of work to get this off the ground? Am i going about this wrong? Ive watched Thomas Maurer's videos several times, and i'm not convinced he is actually deploying to a single server or some steps are missing.
Any thoughts?
1 Reply
Sort By
- jimmy-phelanCopper ContributorI havent had any responses from the community so maybe a bit of an update.
Step 1 in deploying Azure Arc AKS Hybrid, bring Az.Accounts module back to 2.6.0. Various methods are broken in 2.12.1 and 2.13.1 that stop you going any further.
Step 2 is to stick to it. I finally got my AKS Cluster present in Azure Arc, and i got the Cluster-Connect working thanks to an article from Marius Sandbu (https://www.linkedin.com/in/marius-sandbu-a2b0141b/) - https://msandbu.org/using-azure-arc-to-securely-connect-to-kubernetes-clusters/