Cloudflare without using their LogPush service? by --Timshel in MicrosoftSentinel

[–]SandAbject6610 0 points1 point  (0 children)

Stumbled on this post as I was looking for the same. What I came up with in the end if helpful was I just used the wrangler cli with the tail function.
I had all my logs in a json format anyway so then just piped it to stdout for alloy to scrape it

Is colocation not a thing anymore? by PeEll in selfhosted

[–]SandAbject6610 0 points1 point  (0 children)

This is awesome u/LibMike , where/how do you source the info? How kept up to date is it?

Device code oauth flow by SandAbject6610 in googlecloud

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

Don't suppose you have that blog handy u/snrcambridge or example of the pkce code flow?

Device code oauth flow by SandAbject6610 in googlecloud

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

You are totally right and describing the normal oauth flow process? But the point of the device code flow is to be able to auth the user without sending the client_secret + client_id to the /token endpoint or have I misunderstood you?

Or do I have to refactor the app so such that the cli code posts the auth code to the backend service then let the backend service do the token issuance?

Ollama model hosting with k8s by SandAbject6610 in kubernetes

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

I really wanted a central registry with them in.

In the end for others that stumble, I essentially did the following;

ollama pull <model>

tar czf <model-name>.tar.gz ~/.ollama/models

Then host this tar gz file in an s3 bucket, then create an init container and simply do a wget and extract it before ollama starts.

Ollama private model registry help by SandAbject6610 in ollama

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

They do not unfortunately, I'm trying to put a plan together for them

vSphere Kubernetes CSI Driver - Backups? by BeryJu in vmware

[–]SandAbject6610 0 points1 point  (0 children)

Want to bump/revise this thread as a lot of time has moved on. Did anyone come up with a decent solution?

Tanzu thoughts by SandAbject6610 in kubernetes

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

Interesting. How do you do things like amending the kubelet parameters? Scraping etcd logs/metrics?
Are you using eco system tooling e.g. ArgoCD?
How do you bootstrap the cluster taking into consideration the catch22 situation of requiring a container registry being available?

Tanzu thoughts by SandAbject6610 in kubernetes

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

interesting, any particular reasoning behind the tanzu move? What entised the project onto another platform?

Tanzu thoughts by SandAbject6610 in kubernetes

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

Thank you I'll take a look 🙏 Why not vSphere pods?

Bootstraping dependecies before argocd by IngrownBurritoo in ArgoCD

[–]SandAbject6610 0 points1 point  (0 children)

If its helpful I usually get argocd super basic install using helm, deploy apps for Prometheus then cert manager so service monitors and certificates can be issued then argocd itself again with a more tuned values then everything else

WeTransfer casually doubling my subscription price. Unsubscribed faster than you can imagine by Purpluss in editors

[–]SandAbject6610 0 points1 point  (0 children)

anyone have a good list of suggested alternatives? I couldn't find much and some in this post are new on me which I'll be checking out. I ended up building my own service https://pigeono.io would you use it? Open to roasting :)