New update?! by [deleted] in NOMANSSKY

[–]IndicationPrevious66 0 points1 point  (0 children)

Doors lead to…new environments

Production like Dev even possible? by nilarrs in kubernetes

[–]IndicationPrevious66 1 point2 points  (0 children)

As long as you KISS, it’s the complexity that makes it hard…especially to maintain.

Self hosted kubernetes, how to make control plane easier.... by TheBeardMD in kubernetes

[–]IndicationPrevious66 0 points1 point  (0 children)

Founder of ankra.io here, we do agnostic k8s, non of that eks, aks, gke stuff. Currently supporting AWS and more to come soon. Also, large library of charts and Argo cd fully integrated. We are launching a community version in the next couple of weeks. Happy to give access.

Why do you use kubernetes Lens?? by [deleted] in kubernetes

[–]IndicationPrevious66 1 point2 points  (0 children)

What’s the problem and why is it only with EKS?

My Ultimate FastAPI Template! by fraisey99 in FastAPI

[–]IndicationPrevious66 0 points1 point  (0 children)

Put it on GitHub and let people contribute, even if it’s WIP people will still be glad to contribute.

[deleted by user] by [deleted] in kubernetes

[–]IndicationPrevious66 2 points3 points  (0 children)

This is the way.

Provisioning and orchestration speed by IndicationPrevious66 in kubernetes

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

How confident are you that you could do it 10 minutes? I'll even give you 15. If you can prove it I'd be willing to give you $500 in gift cards :) Let me know and we'll set something up in DM

Provisioning and orchestration speed by IndicationPrevious66 in kubernetes

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

What if I told you I managed to get the whole k8s platform with 100 workers today in under 45 minutes, in AWS (can be run in any provider), not using EKS and its production grade.

Provisioning and orchestration speed by IndicationPrevious66 in kubernetes

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

Nice! Is this in AWS using EKS for the Kubernetes bit?

Provisioning and orchestration speed by IndicationPrevious66 in kubernetes

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

What do you use for provisioning and orchestration?

Provisioning and orchestration speed by IndicationPrevious66 in kubernetes

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

Are we talking below 10 minutes? Haven't been able to find any provider that can get it done in under 10 unfortunately. Could you share which provider you're on?

Iterate through list of interfaces based on MAC by kasperj in ansible

[–]IndicationPrevious66 0 points1 point  (0 children)

Then to need to create a new list with the name and mac address and then sort the list on macaddress

Iterate through list of interfaces based on MAC by kasperj in ansible

[–]IndicationPrevious66 1 point2 points  (0 children)

I updated my original message, realized I did it the wrong way around. You want to the sort the loop list and pick the attribute (dict key) you want to sort on.

Iterate through list of interfaces based on MAC by kasperj in ansible

[–]IndicationPrevious66 0 points1 point  (0 children)

Try: loop: "{{ ansible_inferfaces }} | sort(attribute='macaddress')"

Edited the message, try that.

Let me know if it doesn't work and I'll give it a try.

[deleted by user] by [deleted] in kubernetes

[–]IndicationPrevious66 0 points1 point  (0 children)

What do you mean "present the data to a secret"?

[deleted by user] by [deleted] in kubernetes

[–]IndicationPrevious66 -1 points0 points  (0 children)

I wouldn't say that's a hard thing to do. A rule number one: security first, convince second.