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: Uncategorized

Posted on March 13, 2023 By nim No Comments on

https://itecnote.com/tecnote/error-refreshing-state-state-data-in-s3-does-not-have-the-expected-content/

Uncategorized

[Phi&P] Leadershift Certificate.

Posted on January 2, 2023January 2, 2023 By nim No Comments on [Phi&P] Leadershift Certificate.

Developing The Leaders Around You Leadershift Good Leaders Ask Great Questions. Everyone Communicates, Few Connect

Coding, Uncategorized

Protected: My Assignment 

Posted on June 24, 2022June 24, 2022 By nim

There is no excerpt because this is a protected post.

Uncategorized

[Terraform] – Terraform Beginner – Lesson 5: Terraform Provisioners and creating EC2

Posted on May 3, 2022June 5, 2022 By nim No Comments on [Terraform] – Terraform Beginner – Lesson 5: Terraform Provisioners and creating EC2
[Terraform] – Terraform Beginner – Lesson 5: Terraform Provisioners and creating EC2

1) Introduction to AWS EC2 Nhắc đến EC2 thì anh em hiểu đơn giản đó là một máy áo trên AWS. Nếu anh em còn xa lạ với Ec2 thì coi clip bên dưới. Anh em có thể làm theo video để hiểu thêm. Tiếp đến là anh em tìm hiểu về AMI. Nếu như…

Read More “[Terraform] – Terraform Beginner – Lesson 5: Terraform Provisioners and creating EC2” »

AWS - Amazon Web Service, Uncategorized

[Jenkins] Lưu ý nho nhỏ trong jenkins

Posted on April 4, 2022 By nim No Comments on [Jenkins] Lưu ý nho nhỏ trong jenkins
[Jenkins] Lưu ý nho nhỏ trong jenkins

Filter by name Anh em sẽ thường filter branch trên github để thực hiện CI/CD Ví dụ nếu mà anh em muốn để thả là master-nim, master-ahihithì phải để như này mới được: master-.*Còn để như này sẽ không ăn master-*

Jenkins, Uncategorized

[Cilium/Hubble] Research together and install cilium instead of using kube-proxy and other CNI providers.

Posted on March 21, 2022February 27, 2023 By nim No Comments on [Cilium/Hubble] Research together and install cilium instead of using kube-proxy and other CNI providers.
[Cilium/Hubble] Research together and install cilium instead of using kube-proxy and other CNI providers.

Mình biết đến Cilium là do các anh bên infra trong công ty đang có plan POC and migrate các workload sang dataplane-v2 on GKE. Và mình có thấy 1 dashboard cũng hay hay kiểu giống giống như kiali. 1) A few researching first. Điều đầu tiên trong link này dưới:https://cloud.google.com/kubernetes-engine/docs/how-to/dataplane-v2You can enable GKE Dataplane…

Read More “[Cilium/Hubble] Research together and install cilium instead of using kube-proxy and other CNI providers.” »

Kubernetes, Uncategorized

[Sidecar/Kubernestes] Inject sidecar into a Pod automatically

Posted on March 13, 2022March 25, 2022 By nim No Comments on [Sidecar/Kubernestes] Inject sidecar into a Pod automatically
[Sidecar/Kubernestes] Inject sidecar into a Pod automatically

Sau khi sài istio thì mình thấy cách mà istio thêm container “istio=proxy” vào trong 1 pod của 1 workload.Cái này khá là hay.Mình thử mò trên mạng sem có anh nào demo làm được việc này ko? Và bạn có thể tham khảo repo này!https://github.com/morvencao/kube-sidecar-injector Lý do mình chọn repo trên thì ảnh code…

Read More “[Sidecar/Kubernestes] Inject sidecar into a Pod automatically” »

Kubernetes, Uncategorized

[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

[Jenkins]Scripted Pipeline lesson 15: Parameters.

Posted on December 31, 2021January 1, 2022 By nim No Comments on [Jenkins]Scripted Pipeline lesson 15: Parameters.
[Jenkins]Scripted Pipeline lesson 15: Parameters.

Bài này chúng ta có thể thấy rằng jenkins sẽ giúp chúng ta tạo form submit (simple) như ảnh bên dưới. và mình sẽ cung cấp cho bạn script như sau:

Jenkins, Uncategorized

[Prometheus] Relabelling – Custom “__name__” to your mind

Posted on December 15, 2021 By nim No Comments on [Prometheus] Relabelling – Custom “__name__” to your mind
[Prometheus] Relabelling – Custom “__name__” to your mind

Case chúng ta là ntn. Tôi nhận metrics từ 1 Recording Rules và source_labels:[__name__] như ảnh. Tôi muốn chuyển nó từ federate:istio_request_duration_milliseconds_bucket:rate1mthành như sau: istio_request_duration_milliseconds_bucket Câu hỏi làm sao bạn để ý dòng regex: ‘federate:(.*):rate1m’ trong đoạn code bên dưới. Nếu bạn ko metric_relabel_configs thì bạn phải query như sau:federate:istio_request_duration_milliseconds_bucket:rate1m

Prometheus, Uncategorized

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

  • [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.