Tag: High Availability
-
Install a high available Istio control plane on Azure Kubernetes Service
Lately I worked intensively with Istio and focused especially on the topic high availability of the Istio control plane. When you install Istio with the default profile, as mentioned in the Istio documentation, you get a non-high available control plane. istioctl manifest apply \ –set values.global.mtls.enabled=true \ –set values.global.controlPlaneSecurityEnabled=true Per default Istio gets installed with…
-
Rolling Cluster Upgrade in System Center 2016 TP3 VMM
One of the best features in Windows Server 2016 will be the Rolling Cluster Upgrade capability. Even better you can orchestrate it with the System Center 2016 Virtual Machine Manager. The requirements are very low. Your servers only need a baseboard management controller, you must have also a prepared VHD in your VMM library with…
-
Bare-Metal Provisioning Hyper-V Cluster in System Center 2016 TP3 VMM
In System Center 2012 R2 VMM you can do a bare-metal provisioning of a single Hyper-V host or of a Scale Out File Server cluster. Now in System Center 2016 TP3 VMM you can do a bare-metal provisioning of a Hyper-V cluster too. In the Fabric section click on Create in the ribbon bar and…
-
Windows Azure Pack – NLB Konfiguration
Wie im Blogartikel “Hochverfügbarkeit für SPF, SMA und WAP” schon angesprochen muss man die WAP Komponenten nach der NLB Installation und Konfiguration noch per PowerShell anpassen. In meinem Szenario wurde das Windows Azure Pack auf zwei Servern so installiert, dass man die IaaS Komponente VM Clouds nutzen kann. Dabei befinden sich das Admin und Tenant…
-
Service Provider Foundation – NULL SID Logon Error
Wenn man in einem speziellen Szenario die gesamte IaaS Umgebung bestehend aus VMM, SPF, SMA und WAP hochverfügbar gestalten soll und das mit möglichst wenig Servern, schaut man, dass man mehrere Komponenten auf ein System installiert. Daher wurden SPF und SMA auf denselben Servern installiert und die Hochverfügbarkeit mittels NLB gewährleistet. Leider greift in dieser…
-
Hochverfügbarkeit für SPF, SMA und WAP
Für eine IaaS Installation sollten alle benötigten Komponenten hochverfügbar sein. Das heißt in einer Basis IaaS Installation sind dies VMM, SPF, SMA und WAP. Der VMM nutzt dabei das Failover Clustering in einer Active/Standby Konfiguration für die Hochverfügbarkeit und nutzt damit das traditionelle Clustering. Aber wie erreicht man für die anderen Komponenten die Hochverfügbarkeit? Da…