Has anyone encountered a way to run sslh on a Kubernetes cluster, preferably integrated with IngressController functionality (eg, nginx ingress controller)? The ability to SSH via port 80 is very interesting, but I have not been able how to integrate it with Ingress-based setups in k8s. Thx
JoaoCC's questions
I have just created an AKS cluster using a standard az aks create ... --ssh-key-value ...
.
According to https://docs.microsoft.com/en-us/azure/aks/kubernetes-service-principal,
an AKS cluster is created, and because an existing service principal is not specified, a service principal is created for the cluster.
Where can I find the created SP? Thanks
We have created a AKS cluster using az aks create .... --generate-ssh-keys ....
.
How/where can we find the SSH keys that were generated, so we can use them?
Thankx
I have a storage space with 8 disks, and 2 virtual disks.
One of the virtual disks started showing up as
"Warning: In Service"
If I ask to start repairing, it keeps at
"repairing 9%"
forever (I tested around 1 or 2 days) and the task details say
"starting repair"
At this point I cannot do anything with these disks, since if I try to remove a disk from the storage space, I am prevented by a message mentioning the fact that some virtual disks are not in a healthy state. Looking at event viewer I find some error messages, but I cannot understand if this is caused by a particular disk or something else.
- "Virtual Disk Service", Error, ID=9, "Unexpected provider failure. Restarting the service may fix the problem. Error code: 80004005@02000014"
- "VDS Dynamic Provider", Error, ID=40, "The remove plex operation failed to complete. status=C038003B "
- "Ntfs", Warning, ID=50, "{Delayed Write Failed} Windows was unable to save all the data for the file . The data has been lost. This error may be caused by a failure of your computer hardware or network connection. Please try to save this file elsewhere."
- "disk", Warning, ID=51, "An error was detected on device \Device\Harddisk16\DR16 during a paging operation."
- "disk", Warning, ID=51, "An error was detected on device \Device\Harddisk14\DR14 during a paging operation."
I have the same behavior regardless of wether the disk enclosures are directly connected to the Win2012r2 server, or if they are mounted via iSCSI on a linux server.
Any ideas on how I can get around this issue? Thanks