Lucy Linder
DERLIN.

DERLIN.

Follow
homeAbout MeKotlin is funnewsletter
Tag

Devops

#devops

More content

Read more stories on Hashnode


Articles with this tag

AWS S3 multipart uploads from unauthenticated users? presigned URLs (😕) vs federation tokens (😃)

Jun 26, 20239 min read

I had a very interesting use case lately: being able to upload a file to S3 without being signed in to AWS and taking advantage of multipart uploads...

AWS S3 multipart uploads from unauthenticated users? presigned URLs (😕) vs federation tokens (😃)

One Docker image to rule them all

Jun 27, 20222 min read

I just found out nixery ! Nixery is a Docker-compatible container registry that is capable of transparently building and serving container images...

One Docker image to rule them all

helmfile: a simple trick to handle values intuitively

Jun 20, 20224 min read

helmfile is a very nice and powerful tool to manage multiple Helm charts declaratively. However, there is one area in which I find it suboptimal: the...

helmfile: a simple trick to handle values intuitively

Helm templates: do not use tpl in vain

May 30, 20222 min read

From the documentation: The tpl function allows developers to evaluate strings as templates inside a template. This is useful to pass a template...

Helm templates: do not use tpl in vain

kubectl run: spawn temporary docker containers on Kubernetes

May 26, 20223 min read

When working with Kubernetes, there are times when you wished you had a specific tool to help debug a problem, visualize some data, or take some...

kubectl run: spawn temporary docker containers on Kubernetes