[Harbor/Azure] Log in to Harbor with Azure.
Bạn cần tạo 1 secret trên k8sKey là: CONFIG_OVERWRITE_JSONvalue như sau: Trong value helm bạn thêm như sau: và đây là thông tin helm chart:
Trình bày các công nghệ CLOUD một cách dễ hiểu.
Bạn cần tạo 1 secret trên k8sKey là: CONFIG_OVERWRITE_JSONvalue như sau: Trong value helm bạn thêm như sau: và đây là thông tin helm chart:
Install ActiveMQ Artemis on Kubernetes. Bạn tham khảo helm chart sau:https://artifacthub.io/packages/helm/activemq-helm-chart/active-mq Add repository Install chart Edit Heap Size in ActiveMQ Container https://activemq.apache.org/components/artemis/documentation/latest/perf-tuning.html?q=#tuning-the-vm When Artemis is under heavy load, it creates and destroys many objects quickly. Without enough memory, this leads to frequent garbage collection, causing pauses and performance degradation. Proper memory settings ensure smooth operation even during peak loads….
Basic level Bình thường khi bạn sự dụng helm command để có thể install Keda hoặc là Argocd lên k8s bằng helm chart.Giờ nếu bạn cần code 1 tool bằng golang để làm luôn chuyển đó thì như thể nào nhỉ? Bạn có thể thao khảo các lệnh sau:https://github.com/helm/helm-www/tree/main/sdkexamples Chúng ta sẽ cúng tìm hiểu…
Read More “[Helm/Golang] Install Helm chart on Kubernetes using Go.” »
Bạn vào phần settings và gõ: Integrated: Env Vì mình đăng sài windows và mình termimal Powershell.Nên mình edit settings.json của windows.
creator: https://github.com/BananaSorcery I. Issue II. Solution DO NOT RUN ./easyrsa init-pki in any case if there is a problem. This command will re-initialize OpenVPN server and remove all existing users data. 2. Check the Common Name (CN) of the current OpenVPN server. In my case, my server name is server_jgJkjLf9OGIe5v1Z 3. Go to easy-rsa folder…
Creator: https://github.com/trungvo11 Crossplane is an open-source project in the Cloud Native Computing Foundation (CNCF) that transforms your Kubernetes cluster into a universal control plane. It enables platform teams to assemble infrastructure from multiple vendors and expose higher-level self-service APIs for application teams to consume, without writing any code. Crossplane extends your Kubernetes cluster to support…
Mình đang câng viết 1 tool golang và sẽ access vào EKS để call tiếp các API của K8S Chúng ta đi sơ qua 1 chút về Đây là kubeconfig mà bạn hay sử dụng để access vào eks cluster. Bạn có thể thấy khi access vào eks cluster thì kubeclt sẽ cần gõ một…