Skip to content

NimTechnology

Trình bày các công nghệ CLOUD một cách dễ hiểu.

  • Kubernetes & Container
    • Docker
    • Kubernetes
      • Ingress
    • Helm Chart
    • Isito-EnvoyFilter
    • Apache Kafka
      • Kafka
      • Kafka Connect
      • Lenses
    • Vault
    • Longhorn – Storage
    • VictoriaMetrics
    • MetalLB
    • Kong Gateway
  • CI/CD
    • ArgoCD
    • ArgoWorkflows
    • Spinnaker
    • Jenkins
    • Harbor
    • TeamCity
    • Git
      • Bitbucket
  • Coding
    • Terraform
      • GCP – Google Cloud
      • AWS – Amazon Web Service
    • Golang
    • Laravel
    • Python
    • Jquery & JavaScript
    • Selenium
  • Log & Monitor
    • DataDog
    • Prometheus
    • Grafana
    • ELK
      • Kibana
      • Logstash
  • BareMetal
    • NextCloud
  • Toggle search form

Category: Kubernetes

[Metrics Server] Failed to make webhook authorizer request: the server could not find the requested resource

Posted on March 17, 2023March 17, 2023 By nim No Comments on [Metrics Server] Failed to make webhook authorizer request: the server could not find the requested resource
[Metrics Server] Failed to make webhook authorizer request: the server could not find the requested resource

Sau khi upgrade k8s lên version 1.23 thì mình bắt đầu gặp lỗi trong HPA không mấy được cpu utilization Không lấy được memory utilization Trong log của con metrics-server trong namespace: kube-sysem How to fix the issue. Apply version mới nhất của metrics-server.https://github.com/kubernetes-sigs/metrics-server/releases

Kubernetes

[kubernetes/client-go] Go clients for talking to a kubernetes cluster.

Posted on March 3, 2023 By nim No Comments on [kubernetes/client-go] Go clients for talking to a kubernetes cluster.
[kubernetes/client-go] Go clients for talking to a kubernetes cluster.

Nếu Sếp bảo bạn giờ anh muốn em code 1 script restart pod trên k8s khi nó bị freeze.Còn làm sao biết là pod đó bị freeze thì call vào 1 enpoint. Chà viêt Script hả ta. No No em code GO. Bạn có thể tham khảo Đây là code của anh trai: Code của…

Read More “[kubernetes/client-go] Go clients for talking to a kubernetes cluster.” »

Golang, Kubernetes

[Metallb] Create LoadBalancer Service on K8S (on-premise) so easily

Posted on February 20, 2023March 20, 2023 By nim No Comments on [Metallb] Create LoadBalancer Service on K8S (on-premise) so easily
[Metallb] Create LoadBalancer Service on K8S (on-premise) so easily

Hiện tại phiên bản v0.13.x có 1 breakchange, but cũng rất dễ dàng setup. https://metallb.universe.tf/ Đây là các config mẫu.Bạn cần chọn ra 1 range IP cho loadbalancer.

Ingress, Kubernetes, MetalLB

[ingress-nginx] ingress /contains invalid path

Posted on February 15, 2023February 15, 2023 By nim No Comments on [ingress-nginx] ingress /contains invalid path
[ingress-nginx] ingress /contains invalid path

Vừa qua mình gặp mội lỗi trên ingress nginx khi tạo ingress cho rancherkhi vào trong thì bị 404 và log trong ingress controller như dưới mình có đọc bài này:https://stackoverflow.com/questions/64946195/invalid-value-for-nginx-path

Ingress

[Helmify] CLI that creates Helm charts from Kubernetes yamls.

Posted on February 8, 2023March 20, 2023 By nim No Comments on [Helmify] CLI that creates Helm charts from Kubernetes yamls.
[Helmify] CLI that creates Helm charts from Kubernetes yamls.

Helmify là một công cụ mã nguồn mở dùng để convert các file YAML thành chart Helm cho Kubernetes. Nó hỗ trợ việc quản lý các file YAML trong môi trường phân tán và automation trong quá trình setting up và phát triển. Helmify cũng cho phép anh em dễ dàng chỉnh sửa các file…

Read More “[Helmify] CLI that creates Helm charts from Kubernetes yamls.” »

Helm Chart, Kubernetes

[Bitnami Sealed Secrets] How to save secrets On GitHub.

Posted on November 30, 2022March 7, 2023 By nim No Comments on [Bitnami Sealed Secrets] How to save secrets On GitHub.
[Bitnami Sealed Secrets] How to save secrets On GitHub.

Như nhiều bài GitOps mà mình đã giới thiệu thì chúng ta sẽ cần lưu mọi template trên git, githubNhưng chúng ta không được phép lưu secret trên k8s vậy thì phải làm sao? Chúng ta có 1 giải pháp của bitnami đó chính là Sealed Secrets I) Install Sealed Secrets by helm Đầu tiên…

Read More “[Bitnami Sealed Secrets] How to save secrets On GitHub.” »

Kubernetes

[Keda] Auto-scaling is so easy when you use Keda

Posted on November 3, 2022February 24, 2023 By nim No Comments on [Keda] Auto-scaling is so easy when you use Keda
[Keda] Auto-scaling is so easy when you use Keda

Từ trước đến giờ chúng ta thưởng sử dụng auto scaling on k8s bằng HPA. hoặc bạn cài các adapter prometheus rồi tương tác custom metrics feature với HPA. Bài toán của mình đặt ra auto scaling pods on k8s base on metrics of Cloudwatch. 1) Install Keda on kubernetes. https://keda.sh/docs/2.8/deploy/#helm 2)Keda integrates with kafka….

Read More “[Keda] Auto-scaling is so easy when you use Keda” »

AWS - Amazon Web Service, Kubernetes

[Cosign/Kyverno]Signing And Verifying Container Images With Sigstore Cosign And Kyverno

Posted on October 31, 2022 By nim No Comments on [Cosign/Kyverno]Signing And Verifying Container Images With Sigstore Cosign And Kyverno
[Cosign/Kyverno]Signing And Verifying Container Images With Sigstore Cosign And Kyverno

Ở lần release gần đây thì bạn thấy argocd đã đánh signed image bằng cosign Vậy cosign sẽ có tác dụng gì?

Kubernetes, Kubernetes & Container

[Ingress Nginx] Internal error occurred: failed calling webhook “validate.nginx.ingress.kubernetes.io”

Posted on October 19, 2022 By nim No Comments on [Ingress Nginx] Internal error occurred: failed calling webhook “validate.nginx.ingress.kubernetes.io”
[Ingress Nginx] Internal error occurred: failed calling webhook “validate.nginx.ingress.kubernetes.io”

Nếu bạn create ingress nginx mà bị lỗi trên k8s bạn sẽ cần delete

Ingress

[AWS] Pull images from ECR

Posted on October 10, 2022October 10, 2022 By nim No Comments on [AWS] Pull images from ECR
[AWS] Pull images from ECR

1) EKS pull image from ECR. Chúng ta đã có 1 post hướng dẫn cài EKS thông qua terraform. Sau khi đã cài xong EKS thì bạn kiểm tra 1 con Worker (EC2) Bạn có thể tham khảo thêm link này;https://devopstales.github.io/home/aws-eks-ecr/ Verify ECR Access to EKS Worker Nodes Go to Services -> EC2 -> Running…

Read More “[AWS] Pull images from ECR” »

AWS - Amazon Web Service, Kubernetes

Posts navigation

1 2 … 5 Next
Tham Gia Group DevOps nhé!
Để Nim có nhiều động lực ra nhiều bài viết.
Để nhận được những thông báo mới nhất.

Recent Posts

  • [Prometheus/Grafana] Install Prometheus and Grafana on ubuntu. March 27, 2023
  • [Kong Gateway] WebSocket connection failed March 26, 2023
  • [Nextcloud] Can’t download files to have a size bigger than 2Gi on NextCloud – RaspBerry March 24, 2023
  • [Datadog] Using DataDog to monitor all services on kubernetes March 19, 2023
  • [Metrics Server] Failed to make webhook authorizer request: the server could not find the requested resource March 17, 2023

Archives

  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021

Categories

  • BareMetal
    • NextCloud
  • CI/CD
    • ArgoCD
    • ArgoWorkflows
    • Git
      • Bitbucket
    • Harbor
    • Jenkins
    • Spinnaker
    • TeamCity
  • Coding
    • Golang
    • Jquery & JavaScript
    • Laravel
    • Python
    • Selenium
    • Terraform
      • AWS – Amazon Web Service
      • GCP – Google Cloud
  • Kubernetes & Container
    • Apache Kafka
      • Kafka
      • Kafka Connect
      • Lenses
    • Docker
    • Helm Chart
    • Isito-EnvoyFilter
    • Kong Gateway
    • Kubernetes
      • Ingress
    • Longhorn – Storage
    • MetalLB
    • Vault
    • VictoriaMetrics
  • Log & Monitor
    • DataDog
    • ELK
      • Kibana
      • Logstash
    • Grafana
    • Prometheus
  • Uncategorized
  • Admin

Copyright © 2023 NimTechnology.