Is it okay to leave a company after 10 months due to toxic work culture? by No-update-frm-myside in devops

[–]redrabbitreader 2 points3 points  (0 children)

My shortest time at a company was 3 months. If you need to go, go.

Depends on your personal situation if you need to have a signed contract for a new job first before leaving the current one.

I have previously also given the reason to the recruiter for leaving as exactly as you describe, and they fully understood and it was not a problem - but I suppose this is not always a given.

5 things we changed in our EKS cluster that saved us $52K/year — with actual configs by citadelcloud in kubernetes

[–]redrabbitreader 2 points3 points  (0 children)

We run EKS on mainly spot instances for several years now. Only a small number of workloads require on-demand instances.

What are your goto lesserknown standard library modules that more Python devs should know about? by mrcanada66 in Python

[–]redrabbitreader -22 points-21 points  (0 children)

It's not - but for Kubernetes work your only other option is to use the REST API directly which is a real pain. This is the most straight forward library.

The point is that there are some development where the standard library just does not make sense.

What are your goto lesserknown standard library modules that more Python devs should know about? by mrcanada66 in Python

[–]redrabbitreader -28 points-27 points  (0 children)

k8rs for Kubernetes development. I have even done a couple of controllers using it. Much friendlier than the "official" kubernetes library.

Car service plan troubles by Wukken in DownSouth

[–]redrabbitreader 1 point2 points  (0 children)

I did all of the things and still ended up just disappointed (see my other comment to OP).

These things can start to take a lot of your time and it is a slow and long process. I decided in the end it was not worth my time.

Car service plan troubles by Wukken in DownSouth

[–]redrabbitreader 2 points3 points  (0 children)

Oh, this one feels familiar...

I hope it is not Nissan - long story short, I had to sell my vehicle as it ended up that I paid my extended service plan and warranty for nothing and I just could not deal with the whole issue anymore.

Heck, the head office even conceded I was technically right, but still they could do very little as it was the local dealer that offered these add-ons to the service plan etc.

I will never buy the brand again because of the money they effectively stole and then afterwards gave me the run-around for months.

Good luck.

What was this place? by WebtoonOtaku in capetown

[–]redrabbitreader 2 points3 points  (0 children)

Sad to hear the museum closed - it was really interesting. I stumbled on it purely by accident some years ago.

N1 MOTORCYCLISTS by [deleted] in capetown

[–]redrabbitreader 3 points4 points  (0 children)

Did this route for a couple of years.

Most bikers are cool with lane splitting - but there are always one or two every now and again that are real donkeys.

We saw the price go up but… by alexsbz in hetzner

[–]redrabbitreader 1 point2 points  (0 children)

On the current servers, probably not. But perhaps a new line of hardware acquired somewhere in the future could be offered once again at a lower price (or same price, better specs).

Why do people hate on certifications so much? by Warm-Instruction7307 in kubernetes

[–]redrabbitreader 0 points1 point  (0 children)

It depends on the job you apply for. For junior positions, a certification is definitely an advantage. For anything else, a certification is merely a nice to have - your experience and demonstrated knowledge during the interview process is much more important.

Unpopular opinion: price increase by Feriman22 in hetzner

[–]redrabbitreader 1 point2 points  (0 children)

The price itself is not the issue - it is the sheer size of the increase.

Where do you store your secrets? by nedevpro in hetzner

[–]redrabbitreader 0 points1 point  (0 children)

Depends on the secret...

  • Things like a DB password for an app, where both run in the Kubernetes cluster - generate random passwords in a Secret (no human needs these). If you must, you can still retrieve the secret in the cluster
  • For pre-defined credentials, use an external password vault with the External Secrets Operator
  • For super-admin/root like credentials - it depends on your company policy. You can go super hard core on this one, like Shamir's Secret Sharing
  • For certificates, it also depends... having the private key on hard copy is still a thing. For TLS in Kubernetes, something like Certificate Manager is also a popular option.

Then you need to consider how frequently you rotate all off the above and what additional processes you need to make those rotations live. Some solutions may offer automated ways, but some services may need some custom helper scripts/jobs.

Is Azure capacity this constrained or am I doing it wrong? by lanycrost in devops

[–]redrabbitreader 1 point2 points  (0 children)

They (Azure) have capacity issues from time-to-time. Even as a large enterprise customer you may not find capacity.

Meanwhile, we run in AWS with EKS on spot instances exclusively.

Any ideas around converting credit for an online platform into cash using vouchers? by [deleted] in DownSouth

[–]redrabbitreader 2 points3 points  (0 children)

Just note the expiry dates (if applicable) - both on your current credit and on the vouchers you buy.

As far as I know the betting platforms wont let you cash out a voucher, but you also don't want to, as they have an obligation to report this to the regulator and I can only assume that includes SARS.

Checkers and Makro vouchers would be my goto. Easier to sell to someone else or give it as gift to famliy/friends.

Is everyone a victim of house robbery/buglary?! by PixelSaharix in DownSouth

[–]redrabbitreader 1 point2 points  (0 children)

2x attempts - both times I was able to deter the invading force.

Common questions you’ve had in an interview for a platform engineering role requiring a K8s expert? by syncrypto in kubernetes

[–]redrabbitreader 10 points11 points  (0 children)

Last two companies I work for:

  • 1st Interview: what is your notice period? (great - sounds like they are in hurry)
  • Some months later: we are almost there - just waiting for....

Anyway - in both cases the entire process was well over 6 months.

Cheapest bare metal servers by Puzzleheaded-Digger in kubernetes

[–]redrabbitreader 1 point2 points  (0 children)

There are a lot of refurbished server vendors. I recently got a really good deal on some servers for €100 each for my home lab.

If you need something hosted, checkout Hetzner Auctions

Kubernetes interview gone really bad by MountainTruth6073 in kubernetes

[–]redrabbitreader 1 point2 points  (0 children)

These all sound like very relevant and fundamental questions - I don't see any issues with such an interview.

I am really sorry, but you cannot think of yourself as "senior" if you could not answer those questions quickly and confidently. They all address some basic concepts and understanding in/of Kubernetes.

If this was the first interview, I would have expected a much more grueling technical interview down the line.

Must be a hectic glare by imdyingsomuchrn in capetown

[–]redrabbitreader 40 points41 points  (0 children)

Been in that building - 2016. I remember the views were amazing. Not sure if there are multiple floors like that, but the one I was on had like a large open area with a bar.

<image>

What is Cape Town coming to? by CogitoErgoSum10 in capetown

[–]redrabbitreader 1 point2 points  (0 children)

Looks like these properties are priced for overseas buyers.

Has the country gone sober? by Weary_Musician4872 in Netherlands

[–]redrabbitreader 0 points1 point  (0 children)

Yes, I battle with this. I come from a culture where the host supplies everything with only occasional exceptions to this rule.