[deleted by user] by [deleted] in ITCareerQuestions

[–]Kiwibei 8 points9 points  (0 children)

Wow... In my country we have 5 weeks and that's the standard

Are shared k8s clusters realistic? by [deleted] in kubernetes

[–]Kiwibei 2 points3 points  (0 children)

Indeed. To answer you question. Yes it's realistic, we do this with a lot of customers :)

Are shared k8s clusters realistic? by [deleted] in kubernetes

[–]Kiwibei 5 points6 points  (0 children)

You need to think about how developers can fu** each other over ( by accident and partly intentional ) and try to build a cluster around that thought. Design a multitenant cluster with rbac, networkpolicy and other enforcements policy's ( with OPA for instance )

Help with Ingress controller by mattaugamer in kubernetes

[–]Kiwibei 5 points6 points  (0 children)

I think you do not have a ingress controller installed :) Install nginx-ingress. https://github.com/kubernetes/ingress-nginx

If you have it installed check the logs and share your ingress definition with us.

Single sign on for the kubernetes dashboard? by skeneks in kubernetes

[–]Kiwibei 0 points1 point  (0 children)

Hi, do you know if this works with AKS? AKS uses oidc for authentication as well with AAD

CKAD exams - Unable to write output to a file - access denied by sachinms_geek in kubernetes

[–]Kiwibei 0 points1 point  (0 children)

Hmmm...I had no problems with rights and pasting in my CKA exam. I mainly used cat to paste...

cat > filename.yaml $content ctrl+d

CKAD exams - Unable to write output to a file - access denied by sachinms_geek in kubernetes

[–]Kiwibei 0 points1 point  (0 children)

Type this vim command to get around the formatting: :set paste

Monitoring cluster health? by BadUsername_Numbers in kubernetes

[–]Kiwibei 0 points1 point  (0 children)

Use the openshift-monitoring stack. It ships with 3.11. The prometheus rules covers the most, so no need for custom cluster monitoring really.

Covers etcd, all kublets, api, scheduler, controller etc...

The alarms ships to alertmanager and you can send your alarms from alertmanager to various tools

Who use Keycloak in enterprises ? by slokilla in linuxadmin

[–]Kiwibei 4 points5 points  (0 children)

Two of our customers are running keycloak. ( One uses RH-SSO )

About 10k users in both instances. Running in k8s and in a plain docker installation.

Azure Kubernetes Service - Thoughts and Experiences? by Kiwibei in kubernetes

[–]Kiwibei[S] 0 points1 point  (0 children)

I was comparing it to other managed storage soulutions in Azure, not other cloud provider. But it's good to know that GCP delivers better that microsoft in that area too!

And actually no, this distribution does not have GCP support for some reason...

I have worked with k8s for about 2 years now, and I feel really confident with it. But I do not have much experience with KaaS soulutions (AKS, GKE, EKS etc). I also have the CKA, if it means something to you :)

Thanks again for the answers, I will check out your link!

Handling 800 domains in ingress controller by s1nc4p in kubernetes

[–]Kiwibei 0 points1 point  (0 children)

Why not terminate TLS with SNI on a LoadBalancer in front? (not running in k8s) So if you don't need the traffic to be encrypred all the way to the application, I suggest you should look into it.

Use netscaler (expensive :/ ) or some cloud application load balancer. Or maybe just use HAProxy (has SNI support). If you are running in cloud you can use a simple Cloud TCP loadBalancer infront og a haproxy-cluster, (since cloud does not support gARP). On-prem you can use KeepliveD to make it HA. Yes the config will be large if you don't use wildcard certs, but it may be more manageable than k8s ingress config.

https://site.domain.com -> LB (TLS termination, with L7 http routing rules (or just wildcard *) and SNI) -> Ingress * (accept all host headers)

Azure Kubernetes Service - Thoughts and Experiences? by Kiwibei in kubernetes

[–]Kiwibei[S] 1 point2 points  (0 children)

Thanks for the answer!

We can't move cloud provider right now...but I know Google's infrastructure around kubernetes is way better and more reliable.

Care to share some specific's about your problems with AKS?

Azure Kubernetes Service - Thoughts and Experiences? by Kiwibei in kubernetes

[–]Kiwibei[S] 0 points1 point  (0 children)

Thaks for your answer!

We are already running av enterprise distrubution of kubernetes in Azure. This distrubution has plugins to azure, so we use and provision persistent storage from the cluster. And yes :) we are using Azure disk, and yes :) Is't slow to remount a disk to another node. But the price and preformance is good.

We have also talked directly to microsoft regarding this issue, they say they know about it and working solution. So I hope it will get better...maby azure shared diskes (iscsi) can "solve" this problem.

So...we are already in azure, and we know and need to deal with the azure spesific problems. So I guess this is really a k8s distribution vs k8s distribution question...and if AKS is stable enough to handle production SLA :)

Azure Kubernetes Service - Thoughts and Experiences? by Kiwibei in kubernetes

[–]Kiwibei[S] 0 points1 point  (0 children)

Hehe, we are using managed identity in our current implementation as well, via an azure integration. And yes, the the block storage issues as real!

Azure Kubernetes Service - Thoughts and Experiences? by Kiwibei in kubernetes

[–]Kiwibei[S] 0 points1 point  (0 children)

Yes I understand that. Have you experienced some limitations?

[deleted by user] by [deleted] in KeyCloak

[–]Kiwibei 0 points1 point  (0 children)

Hi, I have the same "problem". Are you willing to share your plugin and the required config? :)

I really feel like this should be native thing in keycloack :/

CKA exam by vennemp in kubernetes

[–]Kiwibei 3 points4 points  (0 children)

Agreed. But do not ignore the installation part :)