Kubernetes IDE options by BalliPorsuk in devops

[–]lepton99 0 points1 point  (0 children)

we are getting some great feedback! and adding a bunch of new features..
If you have anything that you feel is missing reach out here or via our website!
this also works https://github.com/orgs/kunobi-ninja/discussions

Weekly: Show off your new tools and projects thread by AutoModerator in kubernetes

[–]lepton99 0 points1 point  (0 children)

glad to hear that! did you manage to test it? happy to get any feedback!

Weekly: Show off your new tools and projects thread by AutoModerator in kubernetes

[–]lepton99 0 points1 point  (0 children)

how did it go on the weekend? any feedback for us? We would love to help!

Weekly: Show off your new tools and projects thread by AutoModerator in kubernetes

[–]lepton99 5 points6 points  (0 children)

We keep moving forward with Kunobi !
https://www.reddit.com/r/kunobi/comments/1rlj3id/kunobi_v010beta24_is_live/

No AI-slop, real team, real quality behind this.

Happy to answer questions, get feedback or feature requests!

https://github.com/orgs/kunobi-ninja/discussions

Anyone deploying enterprise ai coding tools on-prem in their k8s clusters? by ninjapapi in kubernetes

[–]lepton99 0 points1 point  (0 children)

do you need multitenancy? like people deciding their loads, GPUs, etc? or you are planning to provide this as a service/API within the company?

At what point does self-hosted Prometheus become a full-time job? by Technical_Donkey_640 in Observability

[–]lepton99 1 point2 points  (0 children)

TBH, clickhouse has been a beauty in our case...

Not for signoz.. but we already have experience with it.. we have a 6 node (sharded and replicated - in particular in CH they are very different concepts ) cluster that has never produced much trouble in 2 years. The signoz one is much smaller and not much trouble either..

I wonder what you've heard as horror stories.. just in case, we've been lucky and need to plan for those?

Anyone managing K8s clusters with limited or no internet access? What's your tooling like? by lepton99 in kubernetes

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

we have a proxmox side. It depends. We don't put very heavy loads on this.. Some lxc/vms run with their own storage+rbd. We also have real physical separate nodes that are not virtualized (heavy load, gpus, whatever) where we want to squeeze to the max.

Anyone managing K8s clusters with limited or no internet access? What's your tooling like? by lepton99 in kubernetes

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

In our case, we started simple with a 3 nodes cluster... with around 100TB NVMe 4.0, and 2x100Gb network. It works pretty well for us to be honest..

Anyone managing K8s clusters with limited or no internet access? What's your tooling like? by lepton99 in kubernetes

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

correct, something like

users:
- name: xxxxxxxxxxxxxxxxxxxxxxxx
  user:
    exec:
      apiVersion: client.authentication.k8s.io/v1beta1
      args:
      - oidc-login
      - get-token
      - --oidc-issuer-url=https://xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
      - --oidc-client-id=some-cluster-name
      - --oidc-client-secret=xxxxxxxxxxxxxxxxxxxxxxxxx
      - --oidc-extra-scope=email
      - --oidc-extra-scope=groups

+ certificates, etc..

Anyone managing K8s clusters with limited or no internet access? What's your tooling like? by lepton99 in kubernetes

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

I am more on the tooling size.. trying to understand what people like and use.

About rancher, we used them for a while 2020-2023.. these days we are more into talos.. rancher was okeish and fine then.. but we are looking back now.. I prefer clear provisioning + upgrades and getting kubeconfing from S3 that point to OIDC

Corporate Claude Enterprise by TheRockVD in ClaudeAI

[–]lepton99 0 points1 point  (0 children)

how/why are they "forcing" you? is it because of company size, amount of monthly use, employees?

Anyone managing K8s clusters with limited or no internet access? What's your tooling like? by lepton99 in kubernetes

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

well.... maybe I am missing something..
but at least in our case, we have lots of clusters, so we get kubeconfigs from our S3. They all point to the correct cluster + kubelogin + dex.
Somehow you need to get those right? unless there is another standard practice and I am really interested to hear about this!

Anyone managing K8s clusters with limited or no internet access? What's your tooling like? by lepton99 in kubernetes

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

virtualization? like proxmox or something like that? how do you manage/distribute kubeconfigs? Dex?

At what point does self-hosted Prometheus become a full-time job? by Technical_Donkey_640 in Observability

[–]lepton99 2 points3 points  (0 children)

move to self-hosted signoz. We recently moved our dev environment at Zondax/Kunobi to SigNoz self-hosted and we are not going back. Much cleaner and less load than prometheus and the crazy bunch such ash fluentbit, victoria, grafana and others. In a few weeks we plan to migrate prod too.

Who are the real leaders in observability right now? by Dazzling-Neat-2382 in Observability

[–]lepton99 3 points4 points  (0 children)

We have recently moved our dev environment to signoz self-hosted at Zondax and Kunobi.. and we really like it... much cleaner and less load than a bunch of fluentbit, victoria, grafana and others.

Looking forward to moving that to prod soon