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…
To authenticate with AWS using the AWS Command Line Interface (CLI), you have several methods available, depending on your needs and configuration. Below are the primary methods for authentication: 1. Using IAM User Credentials This is a common method for individuals or applications that need direct access to AWS services. Steps: 2. Using IAM Identity…
refer to install:https://github.com/awslabs/mountpoint-s3/blob/main/doc/CONFIGURATION.md Mountpoint for Amazon S3 is optimized for applications that need high read throughput to large objects, potentially from many clients at once, and to write new objects sequentially from a single client at a time.==> S3 Mountpoint này sẽ hỗ trợ cho việc ghi file mới và đọc file từ nhiều client…
NodeLocal DNSCache NodeLocal DNSCache enhances Kubernetes cluster DNS performance by deploying a DNS caching agent on each node as a DaemonSet. This setup allows Pods to query a local DNS cache on the same node, reducing latency and avoiding potential bottlenecks associated with centralized DNS services. PILLAR__DNS__DOMAIN is “cluster.local” by default.PILLAR__LOCAL__DNS is the local listen IP…
1) Install Grafana using Helm chart. ở bài này mình xin hướng dẫn cài bạn cài grafana trên k8s bằng helm chart: Chúng ta cần chú ý value 1 chút:Mình cần tạo ingress cho grafana luôn nên mình sẽ cần update values of helm install 1 chút với helm values trên thì nó tự động…