Are you running them from your user session? If so, when you log out it will stop your processes, unless you have enabled ‘linger’ mode.
Are you running them from your user session? If so, when you log out it will stop your processes, unless you have enabled ‘linger’ mode.
You could write a script that just restarts your container, make sure unprivileged users cannot edit it, and do one of two things:
K8s has a mild solution to chicken and egg situations for nodes - the nodes support ‘static manifests’ which can be pods they know how to bring up before ever connecting to the API server. So you could have your wireguard peer be brought up this way. Downside is while those static manifests show up in k8s APIs, they aren’t fully manageable since they are defined by files on disk.
Sometimes I wonder if in 75 years people will look back on our caffeine use in this generation like we currently look back at cocaine use in products in the 19th century. Until then, I continue to slurp down coffee like that is my actual job.
As a IBM developer - ouch man, that hurts. I guess I’ll just go back my job doing… nothing (actually sounds like a sweet job)
Yea it’s very easy to learn enough to run, it has built-in service discovery and secrets now, and writing parameterized jobs feels so much nicer than a helm chart in k8s.
10/10, would orchestrate again
I use k8s at work a lot - I choose to use Nomad at home, you may want to add that to your shortlist.
I am nearly complete migrating my ceph cluster and nomad compute cluster to arm :shrug:
This - no one can agree how long a day, week, month, year etc are!
Like sure it’s 24 hours in a day but is a year 365 days? No, not technically speaking.
Time has always been really hard for programmers.
Did this for 3 years with a daily commute to a different state - ~13h of charging a day on 120v was far more than enough. Obviously I’m lucky enough to have a outdoor plug available to the car area but if you do it’s completely doable.
My day job is a lot of kube/openshift so nomad is refreshing. Having the template blocks are amazing and makes it so that much of what helm gave me is not required. Parameterized jobs are the best once you find a good use case for them!
Make. An. Affordable. Car.
Why does every new ev for the US have to be mega deluxe luxury SUV? No one in the US is buying your affordable EV because you only sell them in Europe!
Well you are not in danger of staying at that hotel now - it’s closed.
And if you were wondering, it was amazing.
Every time we see this in our legacy code we yell out: dolla-dolla bills 'yall!
(after) …ah crap it’s actually selinux…
And just 9 years after the idea was on adult swim.
Nomad is a breath of fresh air after working with k8s professionally.
Don’t get me wrong, love k8s, but it’s a bit much (until you need it)
I’m glad they are doing this but in all likelihood most people who use terraform are not offering terraform to third parties on a hosted or embedded basis which is competitive with HashiCorp's products
and can continue to make production use of it.
But like I said, I am glad it’s happening - as an insurance policy.
In a professional setting, sometimes the cost of developing something more performant in C is not worth it. The velocity unlocked by creating systems in Go is just incredible, after your company has built everything in C[++] for decades. I find myself creating gRPC APIs in Go to solve most design challenges, because it’s stupid fast to develop and is fairly maintainable after.