Icalucz retweetledi
Icalucz
1K posts
Icalucz retweetledi
Icalucz retweetledi

เรนะ มิยาชิตะ 👧🏻
ภาพจากกิจกรรม Private Photo Group
9.2.2025
ภาพจาก 20thzenturyboy ig
#utoevent #uto002 #renamiyashita #เรนะ #宮下玲奈




Icalucz retweetledi

Kubernetes is beautiful.
Every Concept Has a Story, you just don't know it yet.
In k8s, you run your app as a pod. It runs your container. Then it crashes, and nobody restarts it. It is just gone.
So you use a Deployment. One pod dies and another comes back. You want 3 running, it keeps 3 running.
Every pod gets a new IP when it restarts. Another service needs to talk to your app but the IPs keep changing. You cannot hardcode them at scale.
So you use a Service. One stable IP that always finds your pods using labels, not IPs. Pods die and come back. The Service does not care.
But now you have 10 services and 10 load balancers. Your cloud bill does not care that 6 of them handle almost no traffic.
So you use Ingress. One load balancer, all services behind it, smart routing. But Ingress is just rules and nobody executes them.
So you add an Ingress Controller. Nginx, Traefik, AWS Load Balancer Controller. Now the rules actually work.
Your app needs config so you hardcode it inside the container. Wrong database in staging. Wrong API key in production. You rebuild the image every time config changes.
So you use a ConfigMap. Config lives outside the container and gets injected at runtime. Same image runs in dev, staging and production with different configs.
But your database password is now sitting in a ConfigMap unencrypted. Anyone with basic kubectl access can read it. That is not a mistake. That is a security incident.
So you use a Secret. Sensitive data stored separately with its own access controls. Your image never sees it.
Some days 100 users, some days 10,000. You manually scale to 8 pods during the spike and watch them sit idle all night. You cannot babysit your cluster forever.
So you use HPA. CPU crosses 70 percent and pods are added automatically. Traffic drops and they scale back down. You are not woken up at 2am anymore.
But now your nodes are full and new pods sit in Pending state. HPA did its job. Your cluster had nowhere to put the pods.
So you use Karpenter. Pods stuck in Pending and a new node appears automatically. Load drops and the node is removed. You only pay for what you actually use.
One pod starts consuming 4GB of memory and nobody told Kubernetes it was not supposed to. It starves every other pod on that node and a cascade begins. One rogue pod with no limits takes down everything around it.
So you use Resource Requests and Limits. Requests tell Kubernetes the minimum your pod needs to be scheduled. Limits make sure no pod can steal from everything around it. Your cluster runs predictably.
English
Icalucz retweetledi

🩸 Fix a shark’s teeth. Or die trying.
Wishlist Shark Dentist: store.steampowered.com/app/3423280/Sh…

English
Icalucz retweetledi
@Footiematics We should bring back invert fullback tactics it will help our midfield
English
Icalucz retweetledi
Icalucz retweetledi
Icalucz retweetledi
Icalucz retweetledi
Icalucz retweetledi
Icalucz retweetledi
Icalucz retweetledi
Icalucz retweetledi
Icalucz retweetledi

Holy moly. 🤯
Upgrade now to:
Node.js 20.20.0
Node.js 22.22.0
Node.js 24.13.0
Node.js 25.3.0
Matteo Collina@matteocollina
Today, @nodejs published a security release for Node.js that fixes a critical bug affecting virtually every production Node.js app. If you use React Server Components, Next.js, or ANY APM tool (Datadog, New Relic, OpenTelemetry), your app could be vulnerable to DoS attacks. 👇
English
Icalucz retweetledi

Today, @nodejs published a security release for Node.js that fixes a critical bug affecting virtually every production Node.js app.
If you use React Server Components, Next.js, or ANY APM tool (Datadog, New Relic, OpenTelemetry), your app could be vulnerable to DoS attacks.
👇
English
Icalucz retweetledi
Icalucz retweetledi

Good night😎
"fheroes2 is a recreation of the Heroes of Might and Magic II game engine
This open source multiplatform project, written from scratch, is designed to reproduce the original game with significant improvements in gameplay, graphics and logic"
github.com/ihhub/fheroes2…

English
















