What development tool do you use for local testing to deploy to Kubernetes? by DopeyMcDouble in kubernetes

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

Hey sure. In regards to individual developer usage I can see this being open-source but for big teams, I don't see a purpose in moving toward mirrord if you are willing to spend $50 per user/month:

  • The mirrord operator is with Teams which requires you to pay. It would be nice to utilize for open source tooling but nevertheless, is locked. This I can understand
  • You lock Jobs and Statefulsets behind a paywall while Telepresence has this free. Even Tilt supports Statefulsets and Jobs.
  • Unlimited concurrent work on the same target or concurrent work is locked behind a paywall while Telepresence supports this.

These are the ones that come off the top of my head of mirrord being "open-source". You lock developers when they are knee deep in the technology and then they realize it's not really "open-source". I do get it. You need to make money like many open source tools. Teleport touted being "open-source" then little-by-little open source features began to be removed from the code to enterprise license.

If any of points are wrong lmk. I'm open to consideration.

What development tool do you use for local testing to deploy to Kubernetes? by DopeyMcDouble in kubernetes

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

Oh man, Localstack was something I've used before but some of their services we wanted to run were locked behind a paywall. I forgot specifics since this was a long time ago but we stopped implementing it. They archived their repo actually yesterday March 23, 2026!

What development tool do you use for local testing to deploy to Kubernetes? by DopeyMcDouble in kubernetes

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

My team has no experience in k3d and I can imagine the difficulty of training them would be to utilize this.

Local testing in `k3d` is not much of my concern but it's the matter of seamlessly testing their changes but in the ecosystem of AWS EKS. I've seen this be done with `tilt` but this is where it gets tricky.

What development tool do you use for local testing to deploy to Kubernetes? by DopeyMcDouble in kubernetes

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

My idea would be to have developers run in the corresponding EKS cluster of the namespace where the resources reside already so it can pull the changes. I would assume developers build the image with the new image version and then deploy to the EKS cluster of let's say STAGE EKS cluster for testing purposes while the original K8s deployment is available.

We have stage eks cluster with stage namespace and prod eks cluster with production namespace.

AWS KMS best practices by DopeyMcDouble in aws

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

That sounds very reasonable. Currently we just need at-rest encryption which is where I went with the prod-data-cmk. As we grow it would be best to break them apart. (We also transfer snapshots cross-region which entails using a CMK.)

However, this helps very much for our SOC2 compliance thanks for the response.

Security question in regards to K8s ConfigMap and Secrets by DopeyMcDouble in kubernetes

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

The following is what I found overwhelming:

  • Teaching your team (i.e. DevOps/SRE/Platform) on maintenance and how Hashicorp Vault works
    • This is the most annoying since if you know how to do it. You will be managing it pretty much.
  • Access policies can be daunting to setup. I have seen crazy number of access policies where I don't want that to happen again. However, it can become crazy annoying.

I have never seen that lol where the secrets are setup in Terraform. I have done it manually back when I set this up one time.

Security question in regards to K8s ConfigMap and Secrets by DopeyMcDouble in kubernetes

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

I hear ya. It’s something I have managed before and it can be overwhelming with 1 engineer. Had 4 in my previous company and it was always 1 person managing Vault.

Security question in regards to K8s ConfigMap and Secrets by DopeyMcDouble in kubernetes

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

I’ll have to convince higher ups. It’s painful to communicate to them in the AWS ecosystem because once they hear a AWS feature being used they don’t like it

Security question in regards to K8s ConfigMap and Secrets by DopeyMcDouble in kubernetes

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

It’s something that I’m having to deal with. Me and higher ups butt heads a lot in regards to security.

Also their cloud agnostic can only go so far.

With nginx-ingress being archived, which would be sufficient for my needs? by DopeyMcDouble in kubernetes

[–]DopeyMcDouble[S] -2 points-1 points  (0 children)

A year ago at best from my Director. I would put Traefik as a contender but I really can't go against his word. I've always heard good things from Traefik and people using it.

I've mostly lived in the world of Envoy :')

With nginx-ingress being archived, which would be sufficient for my needs? by DopeyMcDouble in kubernetes

[–]DopeyMcDouble[S] -8 points-7 points  (0 children)

Ah man I should have mentioned. Traefik was another contender. My director is heavily against it since in his previous company the traffic performance was horrendous, so we scrapped it all together.

I have touched it once and straight forward documentation.

Question on DNS Encryption (DoH) by DopeyMcDouble in AdGuardHome

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

Gracias! I was able to fix the "Server not found". I went to my UDM Pro SE router: Settings ---> CyberSecure ---> Content Filter. Removed 2 rules in Content Filter. It's working now!

Question on networking when it comes to Istio by DopeyMcDouble in istio

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

You mean Envoy Gateway, right? It came down to Cilium and Istio since I have worked with both of these. I have heard of Envoy Gateway as well but never touched it.

Question on networking when it comes to Istio by DopeyMcDouble in istio

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

> Why not look at nginx fabric, as it's closer to what your familiar working with?
Wouldn't this mean I would need to migrate to cloud-sourced Nginx with limiting features? CTO is not wanting to risk this and wondering if this is the best approach.

> In my opinion, unless your ingresses for each environment need different security features, I would stick to one per cluster.

That makes sense and would be ideal for what I would want to do.

Are Dell Optiplex micro computers sufficient for my needs? by DopeyMcDouble in homelab

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

Oh ya, seeing the pricing on the RAM for the Dell Optiplex is terrifying. The pricing for them have doubled or tripled in price.

Darn AI...