BornToBeRoot

535 posts

BornToBeRoot banner
BornToBeRoot

BornToBeRoot

@_BornToBeRoot

Infrastructure as Code isn’t a tool - it’s a mindset. If it’s not in version control, it doesn’t exist.

Earth Katılım Mayıs 2018
607 Takip Edilen89 Takipçiler
BornToBeRoot
BornToBeRoot@_BornToBeRoot·
Check out #NETworkManager, a powerful open-source tool for network management and troubleshooting! 🌐🛠️ It packs everything you need into one interface to solve connectivity problems and analyze #dns resolving issues. A must-have for your admin toolkit! github.com/BornToBeRoot/N…
English
1
0
2
60
BornToBeRoot
BornToBeRoot@_BornToBeRoot·
If you have specific requirements for system-wide policies in your organization, please submit a feature request via the GitHub issue tracker to help us prioritize! github.com/BornToBeRoot/N… Thanks for helping make NETworkManager even better! 🚀 3/3
English
0
1
2
273
BornToBeRoot
BornToBeRoot@_BornToBeRoot·
Example: Disable auto-update checks system-wide for all users. Put a config.json with the following content in the installation folder next to NETworkManager.exe (e.g. C:\Program Files\NETworkManager\): { "Update_CheckForUpdatesAtStartup": false } (2/3)
English
1
1
2
326
BornToBeRoot retweetledi
Mactelecom Networks
Mactelecom Networks@MactelecomN·
UniFi Travel router Giveaway!!! To enter like and RT this post, winner will be announced February 27th
Mactelecom Networks tweet media
English
54
453
564
33.7K
Abhishek
Abhishek@abhitwt·
guess the framework??
Abhishek tweet media
English
292
37
1.4K
201.6K
BornToBeRoot
BornToBeRoot@_BornToBeRoot·
@livingdevops Maybe you shouldn't run an EKS in prod if you don't know how to fix this :)
English
0
0
0
19
Akhilesh Mishra
Akhilesh Mishra@livingdevops·
Everyone learns Kubernetes from YouTube tutorials where everything works perfectly. Then you deploy to production and nothing works. Here are 5 pod failures you'll actually face (and how I fix them): 1. ImagePullBackOff - "No basic auth credentials." Your node needs an IAM role with ECR permissions. Check: kubectl describe node | grep iam No role = No image pulls. Attach AmazonEC2ContainerRegistryReadOnly policy. 2. "Exec format error" You built the image on your Mac M2. EKS nodes run AMD64. Fix: Always build with --platform linux/amd64 3. "Connection refused" to database Your RDS security group isn't allowing traffic from your NODE security group. Add inbound rule: Allow port 5432 from sg-node-xxxxx 4. "Environment variable not set" Secret exists but in wrong namespace. Or wrong key name. Check: kubectl get secret -n Match the key names exactly in your secretKeyRef. 5. CrashLoopBackOff with no logs App needs more startup time than your liveness probe allows. Increase initialDelaySeconds in your probe from 10s to 30s. The real skill? Not panicking when 10 people are on an incident call waiting for you to fix it. Stay calm. Follow the process. Change one thing at a time.
English
10
33
258
20.5K
BornToBeRoot retweetledi
Proton Pass
Proton Pass@Proton_Pass·
The Proton Pass CLI, which was recently released as a beta, is now officially launched! Enable faster workflows, reduce context switching, and implement secure automation across local development, servers, and CI/CD environments with this new and secure Command Line Interface.
Proton Pass tweet media
English
15
38
476
25.8K