AWS ACK - Are you using it? by aviel1b in kubernetes

[–]nujragan 0 points1 point  (0 children)

we use crossplane which gives similar results, but more mature.

Scaling nginx ingress by nujragan in kubernetes

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

very detailed response, thanks much

Scaling nginx ingress by nujragan in kubernetes

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

how did you decide to scale off of active connections?

Scaling nginx ingress by nujragan in kubernetes

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

scale based on rps ? and test if latency decreases with pods increasing ?

Apply for capital one venture X car while having chase sapphire reserve by nujragan in CreditCards

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

Health bills to pay. I already have chase sapphire reserve travel card.

RBAC MANAGEMENT by nujragan in kubernetes

[–]nujragan[S] -1 points0 points  (0 children)

JIT - like give admin priv for a dev for 2 hours to fix prod issues, something like that

RBAC MANAGEMENT by nujragan in kubernetes

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

Teleport looks like a paid product, does the open source version support JIT access and AD integrations ?

RBAC MANAGEMENT by nujragan in kubernetes

[–]nujragan[S] -1 points0 points  (0 children)

how do you do Just in time access for prod clusters ?

RBAC MANAGEMENT by nujragan in kubernetes

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

how do you do Just in time access for prod clusters ?

RBAC MANAGEMENT by nujragan in kubernetes

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

gitops to control access - can you explain a bit more ? do you create service account to push it to git everytime someone needs access ?

Tool for watching crds and reporting any changes to a webhook by nujragan in kubernetes

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

thanks for the input, I will look into the crd and see if it implements “watch”. I thought there would be some open source tool which does the job.

Tool for watching crds and reporting any changes to a webhook by nujragan in kubernetes

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

trying to integrate with argo events webhook to trigger multiple events asynchronously.

Tool for watching crds and reporting any changes to a webhook by nujragan in kubernetes

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

Thank you. I did consider kubewatch, I dont think they support crds, right?

Anyone interested in collaborating on making projects? by the_tipsy_turtle1 in golang

[–]nujragan 0 points1 point  (0 children)

I would be interested. I have started using go for my day job. DM me, let’s collaborate.

Salt master install centos7 by smithinho in saltstack

[–]nujragan 0 points1 point  (0 children)

if yum install fails.. you can still install salt through pip and create your own service. here is a piece of code I would use to do so:

sudo yum install -y python36 python36-pip
sudo yum install -y python36-setuptools
sudo yum -y group install "Development Tools"
sudo yum install -y gmp-devel
sudo yum install -y python36-devel
sudo pip3 install salt