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
      • Pod
    • 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
    • DevSecOps
    • Terraform
      • GCP – Google Cloud
      • AWS – Amazon Web Service
    • Golang
    • Laravel
    • Python
    • Jquery & JavaScript
    • Selenium
  • Log, Monitor & Tracing
    • DataDog
    • Prometheus
    • Grafana
    • ELK
      • Kibana
      • Logstash
  • BareMetal
    • NextCloud
  • Toggle search form

Category: Helm Chart

[Helm Chart] Public Helm Chart Repository on Artifact Hub

Posted on May 5, 2023June 30, 2023 By nim No Comments on [Helm Chart] Public Helm Chart Repository on Artifact Hub
[Helm Chart] Public Helm Chart Repository on Artifact Hub

Chúng ta đã có 1 bài làm sao để public helm chart trên github. Để bạn có phân readme cho helm-chart bạn cần tạo file README.md ở cùng folder với file Chart.yaml. Nếu Verified Publisher không sáng thì như dưới hình thì bạn cần thêm. Bạn cần thêm file. robots.txt

Helm Chart

[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

[Helm/Github] Create a public Helm chart repository with GitHub Pages

Posted on January 8, 2023January 8, 2023 By nim No Comments on [Helm/Github] Create a public Helm chart repository with GitHub Pages
[Helm/Github] Create a public Helm chart repository with GitHub Pages

Đầu tiền bạn cần tạo 1 repo: Thực hiện các lệnh bên dưới: I’d like to avoid bot crawling on my repository, so I add the following robots.txt file: Tạo helm chart: Sau đó bạn chỉnh sửa template và recheck template Khi template đã ngon thì thực hiện tạo package

Helm Chart

[Helm chart] Where will you save or push helm packages?

Posted on October 9, 2022September 21, 2023 By nim No Comments on [Helm chart] Where will you save or push helm packages?
[Helm chart] Where will you save or push helm packages?

Khi deploy 1 application trên k8s chắc hẳn anh em devops sẽ phải sài đến helmNếu anh em đang băn khoan việc lưu helm package ở đây?thì chúng ta cùng tim hiểu Mình lưu một số lệnh với helm package. 1) push helm package on github Đây là 1 repo vị dụ.https://github.com/mrnim94/kubernetes-manifest nếu bạn add…

Read More “[Helm chart] Where will you save or push helm packages?” »

Helm Chart

[kubectl/helm] invalid apiVersion “client.authentication.k8s.io/v1alpha1”

Posted on August 29, 2022September 4, 2022 By nim No Comments on [kubectl/helm] invalid apiVersion “client.authentication.k8s.io/v1alpha1”
[kubectl/helm] invalid apiVersion “client.authentication.k8s.io/v1alpha1”

Hiện tại mình đang nhận 1 con teamcityvà một ngày đẹp trời mình nhận được tin là teamcity deploy lên EKS (Kubernetes) bị lỗi. error: exec plugin: invalid apiVersion “client.authentication.k8s.io/v1alpha1” error: exec plugin: invalid apiVersion “client.authentication.k8s.io/v1alpha1″Lỗi này thì là chỗ kubectl apply … Teamcity đang cài 1 kubectl latest Mình đọc bài này khuyên là…

Read More “[kubectl/helm] invalid apiVersion “client.authentication.k8s.io/v1alpha1”” »

Helm Chart, Kubernetes

[Kustomize] How to combine Kustomize and Helm-chart!

Posted on May 22, 2022May 26, 2023 By nim No Comments on [Kustomize] How to combine Kustomize and Helm-chart!
[Kustomize] How to combine Kustomize and Helm-chart!

Helm chart thì đã rất là quen thuộc với anh em sử dụng kubernetesChắc chắn là anh em từng sử dụng helm chart offical để deploy spinnaker, jenkins, ….Nói chung là rất nhiều.Và mình đã gặp 1 số case này. Không phải là tất cả các helm chart để được chi tiết và mọi ngóc…

Read More “[Kustomize] How to combine Kustomize and Helm-chart!” »

Helm Chart, Kubernetes & Container

[Helm chart] how do you use “if else” in helm-chart

Posted on March 9, 2022November 29, 2022 By nim No Comments on [Helm chart] how do you use “if else” in helm-chart
[Helm chart] how do you use “if else” in helm-chart

1) equal with string Khi bạn muốn if else so sanh bằng Còn so sánh true false: Kiếm tra có tồn tại key đó ko? It is quite impressive how hard it is to check a map key in Go templates to do some simple if conditions in your Helm charts or other Kubernetes templates….

Read More “[Helm chart] how do you use “if else” in helm-chart” »

Helm Chart

[helm-chart] Using “toYaml” to design helm-chart – Kubernetes

Posted on January 20, 2022January 20, 2022 By nim No Comments on [helm-chart] Using “toYaml” to design helm-chart – Kubernetes
[helm-chart] Using “toYaml” to design helm-chart – Kubernetes

chúng ta có values.yaml template như sau: {{ toYaml .Values.ingress.annotations | indent 4 }}nghĩ là nó lấy toàn bộ data phía sau của ingress -> annotations, rồi đặt vào chỗ toYaml đã lùi 4 space Mình còn 1 sỗ ví dụ về toYamlhttps://github.com/vmware-tanzu/helm-charts/blob/main/charts/velero/templates/deployment.yaml#L9-L12

Helm Chart

[Helm-chart] Declare “template” in helm-chart – Kubernetes

Posted on January 17, 2022 By nim No Comments on [Helm-chart] Declare “template” in helm-chart – Kubernetes
[Helm-chart] Declare “template” in helm-chart – Kubernetes

Một hôm bạn nhận được nhiệm vụ là fix helm chart và bạn thấy 1 dòng khó hiểu:{{ template “common.metadata” . }} Mình có reference link:https://helm.sh/docs/howto/charts_tips_and_tricks/#creating-image-pull-secrets nhìn như ảnh thì Helm chart sẽ lấy value + template “common.metadata” đưa vào data vào ví trí đó.

Helm Chart, Uncategorized

[helm chart] How to use “range” in helm chart – Kubernetes

Posted on January 17, 2022May 20, 2023 By nim No Comments on [helm chart] How to use “range” in helm chart – Kubernetes
[helm chart] How to use “range” in helm chart – Kubernetes

Như helm đã mô tả:range, which provides a “for each”-style loop https://helm.sh/docs/chart_template_guide/control_structures/#looping-with-the-range-action Nếu bạn có 1 value như sau: chúng ta sẽ loop các phần tử của mang hosts, bạn có thể các gạch đầu dòng (-) nó gần như các loại ngôn ngữ khác:bắt đầu bằng range và kết thúc endbạn loop array là…

Read More “[helm chart] How to use “range” in helm chart – Kubernetes” »

Helm Chart

Posts navigation

1 2 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

  • [Terraform / EKS] Build EKS and Karpenter by Terraform. September 22, 2023
  • [EKS] Adjusting things to migrate EKS legacy to new versions. September 19, 2023
  • [Tetragon] Security Observability and Runtime Enforcement September 17, 2023
  • [Docker] Setup Docker for Windows Containers (NO Docker Desktop Needed!) September 15, 2023
  • [Python] Python connects MongoDB September 15, 2023

Archives

  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • 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
    • DevSecOps
    • 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
      • Pod
    • Longhorn – Storage
    • MetalLB
    • Vault
    • VictoriaMetrics
  • Log, Monitor & Tracing
    • DataDog
    • ELK
      • Kibana
      • Logstash
    • Fluent
    • Grafana
    • Prometheus
  • Uncategorized
  • Admin

Copyright © 2023 NimTechnology.