crispytechtips

Dec
22
Kubernetes free playground  with kodekloud

Kubernetes free playground with kodekloud

easy proof of concept, presentation, education, hobby.. whatever the need is, you can use kodekloud's public playground to run for free a specific Kubernetes version.
1 min read
Dec
21
Resize memory/cpu limit without restarting the pod (in-place resizing) in Kubernetes

Resize memory/cpu limit without restarting the pod (in-place resizing) in Kubernetes

Pod resource resizing is a work for professional craftsmen. Under estimation / overbooking are big enemies out there. Do you know that you can increase a pod resource without any container(s) restarts needed?
2 min read
Dec
19
Easy move container images between registries with single command

Easy move container images between registries with single command

How many "docker tag .." have you done in your whole life?! (Don't lie) Crane allows you to easily move an image directly from the source to the destination in a single command way. That's great!
1 min read
Dec
17
(AWS) mTLS finally available on Application Load Balancer

(AWS) mTLS finally available on Application Load Balancer

Until 26 of November 2023, the main way to have a managed mTLS solution on AWS was through API Gateway service. ... but a new feature is out there.. ALB is now supporting mTLS too!
1 min read
Dec
17
Compare helm chart versions on ArtifactHUB

Compare helm chart versions on ArtifactHUB

Helm charts, helm charts everywhere! And what about changelog of helm charts?!? Unfortunately this is NOT an old nightmare :D but comparing different versions on artifacthub could make the nightmare less scary...
1 min read
Dec
16
How to read logs from Kubernetes worker nodes using kubectl

How to read logs from Kubernetes worker nodes using kubectl

"I run k8s on a cloud provider so I don't care about worker nodes' logs and I'm so happy of that" Some days later.. Writing on google "How to access k8s worker node's logs in a SaaS solution ..."
2 min read
Tweets by YBacciarini