Learn how to add an admin user for a specific namespace in AWS EKS, including IAM Policy, EKS Access Entry, Role, RoleBinding, ClusterRole, and ClusterRoleBinding setup.
Cloud Magician
Kubernetes Pod Logs Guide: Quickly View Logs from Multiple Pods with kubectl. Practical steps, common pitfalls, and commands you can apply quickly.
Containers in EC2 Cannot Obtain Expected Permissions via IAM Instance Profile Role. Practical steps, common pitfalls, and commands you can apply quickly.
How to prevent cronjob execution failure on EKS from causing Worker Node auto-extension failure. Practical steps, common pitfalls, and commands you can apply quickly.
使用 User Data 為 Linux EC2 建立初始資料. Practical notes and implementation steps.
Getting EXPKEYSIG while updating Grafana on Ubuntu? Learn why APT rejects the repository signature and how to refresh Grafana's official GPG key safely.
GitLab CI_PIPELINE_IID Reset: What You Can (and Can?) Do. Practical steps, common pitfalls, and commands you can apply quickly.
Learn how to clear a Jenkins job's build history and reset its next build number through the Script Console, including the risks and limitations to review first.
Why I Started Writing Tech Articles. Practical steps, common pitfalls, and commands you can apply quickly.
Compare three ways to reverse a JavaScript string: writing a for loop, using reverse, and the Unicode \u202E display trick.