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

Month: August 2021

[Istio-Multi Cluster] Tutorial is very detailed to install Primary-Remote on different networks

Posted on August 29, 2021December 14, 2021 By nim No Comments on [Istio-Multi Cluster] Tutorial is very detailed to install Primary-Remote on different networks
[Istio-Multi Cluster] Tutorial is very detailed to install Primary-Remote on different networks

1) Overview https://istio.io/latest/docs/setup/install/multicluster/primary-remote_multi-network/ 2) The acctions on Istio primary cluster (cluster 1). 2.1) Create namespace. 2.2) Prepare essential tool Tạo 1 thư mục để quản lý các file yaml 2.3) Create certs. Giờ chúng gen ca cert để cho các cluster nói chuyện với nhau make -f Makefile.selfsigned.mk <tên bạn j cũng được>-cacerts 2.4) create…

Read More “[Istio-Multi Cluster] Tutorial is very detailed to install Primary-Remote on different networks” »

Isito-EnvoyFilter, Kubernetes & Container

[Harbor] Cấu hình Proxy Cache <- Docker Hub trên Harbor.

Posted on August 28, 2021October 23, 2022 By nim No Comments on [Harbor] Cấu hình Proxy Cache <- Docker Hub trên Harbor.
[Harbor] Cấu hình Proxy Cache

Tính năng này là như thế nào? Trong công ty bạn có 1 số workload sẽ cần pull image của dockerhub. Nhưng mà bạn ko muốn điều đó sảy ra và bạn vẫn muốn workload chỉ pull image từ private hub Harbor 1) Proxy cache for dockerhub K8s —pull image A—> Harbor —pull image A—>…

Read More “[Harbor] Cấu hình Proxy Cache <- Docker Hub trên Harbor.” »

Harbor, Kubernetes & Container

[Harbor] Install harbor(private docker hub) On k8s through helm and repo goharbor

Posted on August 28, 2021October 23, 2022 By nim No Comments on [Harbor] Install harbor(private docker hub) On k8s through helm and repo goharbor
[Harbor] Install harbor(private docker hub) On k8s through helm and repo goharbor

https://artifacthub.io/packages/helm/harbor/harbor value nếu bạn muốn chỉ định các workload có persistent volume, sẽ cái bên các node được chỉ địnhharborAdminPassword: –> set password admin Phần quan trọng: nếu bạn public harbor ra internet với 1 domain cần cấu hình như sau:nếu bạn ko cấu hình thì login dù password đúng thì vẫn bị báo sai…

Read More “[Harbor] Install harbor(private docker hub) On k8s through helm and repo goharbor” »

Harbor, Kubernetes & Container

[Postgresql] Install Postgresql in Kubernetes by helm.

Posted on August 28, 2021August 28, 2021 By nim No Comments on [Postgresql] Install Postgresql in Kubernetes by helm.
[Postgresql] Install Postgresql in Kubernetes by helm.

Nếu trong k8s có node ssd và bạn cần nodeSelector hay tolerations để chọn đúng node thì sử dụng value sau: Với cấu hình trên thì user/pass sẽ là postgres/nim123 Links thảm khảo valuehttps://artifacthub.io/packages/helm/bitnami/postgresql

Kubernetes & Container

[Istio/multi cluster] Install multi-cluster Istio with mode “Primary-Remote” for Kubernetes on Google Cloud Platform.

Posted on August 26, 2021December 5, 2021 By nim 1 Comment on [Istio/multi cluster] Install multi-cluster Istio with mode “Primary-Remote” for Kubernetes on Google Cloud Platform.
[Istio/multi cluster] Install multi-cluster Istio with mode “Primary-Remote” for Kubernetes on Google Cloud Platform.

Để cài được bài này thì bạn phải sử dụng k8s của các Cloud provider google, aws, …. vì pod 2 của 2 cluster có thể ping được với nhau (pod A của cluster A) ping (pod B của cluster B)còn cài k8s baremetal (VM, server physical) thì ko áp dụng được bài này nhé….

Read More “[Istio/multi cluster] Install multi-cluster Istio with mode “Primary-Remote” for Kubernetes on Google Cloud Platform.” »

Isito-EnvoyFilter, Kubernetes & Container

[ArgoCD] Add other Cluster ranchers, k8s, or EKS into ArgoCD.

Posted on August 25, 2021January 4, 2023 By nim 2 Comments on [ArgoCD] Add other Cluster ranchers, k8s, or EKS into ArgoCD.
[ArgoCD] Add other Cluster ranchers, k8s, or EKS into ArgoCD.

1) Argocd connects Rancher Bạn đã có sẵn 1 hệ thông ArgoCD và được install trên Cluster A(k8s) nhưng nếu bạn có cluster k8s B và cluster k8s rancher C. Vậy chẳng lẽ chạy qua cluster C và B cài lại ArgoCD.Không ý tưởng của mình là dùng ArgoCD trên cluster A và quản lý…

Read More “[ArgoCD] Add other Cluster ranchers, k8s, or EKS into ArgoCD.” »

ArgoCD, Kubernetes & Container

[issue/alpine] docker 20.10.2 -> golang:1-alpine3.14 error: make: go: Operation not permitted

Posted on August 24, 2021February 13, 2022 By nim No Comments on [issue/alpine] docker 20.10.2 -> golang:1-alpine3.14 error: make: go: Operation not permitted
[issue/alpine] docker 20.10.2 -> golang:1-alpine3.14 error: make: go: Operation not permitted

https://gitlab.alpinelinux.org/alpine/aports/-/issues/12396 I got the same issue on docker 20.10.2 golang:1-alpine3.14 error: make: go: Operation not permitted golang:1-apline3.13 works

Docker, Golang, Kubernetes & Container

[Longhorn/Storage] Install Longhorn on Kubernetes through helm and config Taints and Tolerations

Posted on August 24, 2021November 9, 2021 By nim No Comments on [Longhorn/Storage] Install Longhorn on Kubernetes through helm and config Taints and Tolerations
[Longhorn/Storage] Install Longhorn on Kubernetes through helm and config Taints and Tolerations

1) Intall Longhorn by helm https://longhorn.io/docs/1.1.2/deploy/install/install-with-helm/ Nếu bạn có cluster có nhưng node chạy SSD và bạn muốn longhorn được deploy trên đó thì làm theo mình Tham khảo bài viết trên để hiều tains and tolerations node sử value này cho helm 2) Overview and material references sau khi deploy xong thì kiểm tra…

Read More “[Longhorn/Storage] Install Longhorn on Kubernetes through helm and config Taints and Tolerations” »

Kubernetes & Container, Longhorn - Storage

[Keycloak/OAuth2] Install Keycloak by helm on Kubernetes

Posted on August 22, 2021August 24, 2021 By nim No Comments on [Keycloak/OAuth2] Install Keycloak by helm on Kubernetes
[Keycloak/OAuth2] Install Keycloak by helm on Kubernetes

Còn nếu để trống nó tự gen secret và cách lấy secret Điều đặc biệt lưu ý bạn cần giữ passwork này cẩn thận, trường hợp bạn upgrade keycloak thông qua helm chart của binami, nó gen ra pass mới nằm trong secret như pass mới đó ko sử dụng được nhé.mình nghĩ pass saved…

Read More “[Keycloak/OAuth2] Install Keycloak by helm on Kubernetes” »

Kubernetes & Container

[Harbor] Cài đặt Private Dockerhub – Harbor trên k8s bằng helm – repo Binami

Posted on August 21, 2021October 23, 2022 By nim No Comments on [Harbor] Cài đặt Private Dockerhub – Harbor trên k8s bằng helm – repo Binami
[Harbor] Cài đặt Private Dockerhub – Harbor trên k8s bằng helm – repo Binami

https://hub.kubeapps.com/charts/bitnami/harbor Nếu bạn đã có sẵn 1 cluster k8s thì thôi cài Harbor lên k8s cực kì đơn giản. Như trên chúng ta sẽ dùng repo helm của binami họ đóng gói hết ùi. Có điều bạn cần set pass admin cho hệ thống, thông qua value sau: À có 1 điều là nếu cluster…

Read More “[Harbor] Cài đặt Private Dockerhub – Harbor trên k8s bằng helm – repo Binami” »

Harbor, Kubernetes & Container

Posts navigation

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

  • Experiences for IP Addresses Shortage on EKS Clusters March 29, 2023
  • [Talisman] Discover the sensitive information in your code. March 28, 2023
  • [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

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.