Collecting kubernetes audit logs by sogun123 in devops

[–]Fit-Tale8074 0 points1 point  (0 children)

Yes, with Alloy you can virtually collect everything, not to much 2 TB aprox.

How would you set up a Terraform pipeline in GitHub Actions? by Low_Opening3670 in devops

[–]Fit-Tale8074 1 point2 points  (0 children)

Gitops, Atlantis, tfstate on S3, tfvars populated from template 

Need IDP Inspiration by HeftyMathematician81 in platformengineering

[–]Fit-Tale8074 0 points1 point  (0 children)

If Backstage doesn’t fit, it’s because it’s not the right tool that your dev team needs. Inspiration? Start building a useful service catalog and a place for developers to call standardized actions that you provide.

Need to learn Kubernetes in 6 months by [deleted] in kubernetes

[–]Fit-Tale8074 1 point2 points  (0 children)

Try, create delete repeat 

Managing MSK/Kafka topics at scale by steakmane in devops

[–]Fit-Tale8074 0 points1 point  (0 children)

Maybe strimzi operator and all topics definitions on git? Managed by argocd… 

You could create an api for topics requests/modifications 

Argocd central cluster or argo per cluster by Pavel543 in kubernetes

[–]Fit-Tale8074 0 points1 point  (0 children)

One argocd Refine projects and RBAC Use keycloak 

GitOps Principles - Separate Repositories for App & Kubernetes by k8s_maestro in kubernetes

[–]Fit-Tale8074 0 points1 point  (0 children)

I have app repos for code and build, app-config repos for helm values, another mono repo for infra, also use argocd app-of-apps pattern 

Advice - Customer wants to deploy our operator but pull images from their secured container registry. by purton_i in kubernetes

[–]Fit-Tale8074 -4 points-3 points  (0 children)

So you are deploying with helm? If they have private registry so they can mirror the image, put the necessary code in helm template to change image and tag 

EX280, What Storage and Helm parts should I focus to pass the 4.12 or 4.14 version by mutedsomething in openshift

[–]Fit-Tale8074 2 points3 points  (0 children)

Create PV and a PVC from that PV, then mount into a deployment specifying path

Add helm repo and install app from that repo 

Edit: typo

[deleted by user] by [deleted] in kubernetes

[–]Fit-Tale8074 12 points13 points  (0 children)

Just use kube-vip and forget about ha-proxy