[Golang] Goda is a Go dependency analysis toolkit.
Được bạn HungTP-Play giới thiệu! https://github.com/loov/goda Goda is a Go dependency analysis toolkit. It contains tools to figure out what your program is using. Note: the exact syntax of the command line arguments has not yet been finalized. So expect some changes to it.
[Rancher] Control anything of K8S through Rancher
1) Create an admin to control a specific K8S cluster on Rancher. https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/manage-clusters/access-clusters/add-users-to-clusters Ý tưởng là 1 devops sẽ join vào team và bạn chỉ muốn bạn đó làm admin cho 1 cluter. The user is created. Tiếp đến là bạn add user vào clyust Giờ bạn ấy đã làm admin của cluster đó.
[Docker] HOW TO INSTALL DOCKER ON WINDOWS SERVER 2022
1 số case thì mình cũng cần build image windows.và chúng ta cần 1 con windows server có docker trên đó
[Golang] List large files in the folder quickly on Golang
Certainly! Using tools like find on Unix-based systems can be a more efficient way to list files, especially for very large directories. Here’s a guide on how to integrate the find command with a Go program: Step-by-Step Guide: Example: Here’s a simple Go program that uses the find command to list all files in a…
Read More “[Golang] List large files in the folder quickly on Golang” »
[Terraform / EKS] Build EKS and Karpenter by Terraform.
Thấy bài này hay nên mình lưu lại:https://itnext.io/terraform-building-eks-part-3-karpenter-installation-124b4ced729f
[EKS] Adjusting things to migrate EKS legacy to new versions.
Nếu anh em đã có provison eks windows trước đó thì anh có thể thấy 2 thành phần: vpc-admission-webhook and vpc-resource-controller trong eks cluster của anh em. Nhưng ở các version mới của eks từ 1.23 + thì aws ko còn sử dụng chúng nữahttps://docs.aws.amazon.com/eks/latest/userguide/windows-support.html#enable-windows-support Và chúng ta cần remove vpc-admission-webhook and vpc-resource-controller ra khỏi cluster nếu bạn đang…
Read More “[EKS] Adjusting things to migrate EKS legacy to new versions.” »
[Tetragon] Security Observability and Runtime Enforcement
Tetragon is a flexible Kubernetes-aware security observability and runtime enforcement tool that applies policy and filtering directly with eBPF, allowing for reduced observation overhead, tracking of any process, and real-time enforcement of policies. https://isovalent.com/blog/post/can-i-use-tetragon-without-cilium-yes/
[Docker] Setup Docker for Windows Containers (NO Docker Desktop Needed!)
Setting up Docker for Windows Containers manually is not really that hard to do. You can use Docker for Desktop, but if you don’t want to pay for a license, you can easily set up the Docker Daemon and CLI utilities to work with all your favorite development tools like Visual Studio or VS Code….
Read More “[Docker] Setup Docker for Windows Containers (NO Docker Desktop Needed!)” »