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
  • CI/CD
    • ArgoCD
    • ArgoWorkflows
    • Spinnaker
    • Jenkins
  • Coding
    • Terraform
      • GCP – Google Cloud
      • AWS – Amazon Web Service
    • Golang
    • Laravel
    • Jquery & JavaScript
    • Git
    • Selenium
  • Log & Monitor
    • Prometheus
    • Grafana
    • ELK
      • Kibana
      • Logstash
  • BareMetal
  • Toggle search form
[helm-chart] How to use “range” in helm-chart – Kubernetes Helm Chart
[Istio] Canary Upgrade Istio by Operator. This way is very easy!! Isito-EnvoyFilter
[VDI/Guacamole] Hướng dẫn tạo nên hệ thống VDI siêu rẻ bằng guacamole và windows. BareMetal
[VMware ESXI] Làm sao để Máy ảo trên vmware vừa add card rời(GTX) – vừa enable Virtualization Ảo Hoá BareMetal
Tự tạo Command “php artisan” cho riêng mình trên web laravel Laravel

[Jenkins] Create User Jenkins and setup permission this one.

Posted on June 9, 2022 By nim No Comments on [Jenkins] Create User Jenkins and setup permission this one.
[Jenkins] Create User Jenkins and setup permission this one.

bạn cũng nhớ set user admin với quyền administrator luônchứ save là bay màu luôn nhé!

Jenkins

[Terraform] Error: Error acquiring the state lock

Posted on June 5, 2022 By nim No Comments on [Terraform] Error: Error acquiring the state lock
[Terraform] Error: Error acquiring the state lock

Nếu bạn bị lỗi Đầu tiên là hỏi có đang run terraform. Nếu không thì gõ lệnh sau.

AWS - Amazon Web Service, GCP - Google Cloud, Terraform

[GPRC] Using GRPCOX to recheck your GRPC services.

Posted on June 3, 2022June 3, 2022 By nim No Comments on [GPRC] Using GRPCOX to recheck your GRPC services.
[GPRC] Using GRPCOX to recheck your GRPC services.

Mới đây mình có sử dụng thêm tool để test GRPC nữa đó chính là GRPCOX https://github.com/gusaul/grpcoxBạn clone repo thực hiện câu lệnh build Bạn có thể sử dụng image của mình. Bạn thực hiện mở browser và truy cập vào trong có port:6969http://<IP_adress>:6969/

Coding

[Terraform/GCP/K8s] How can we build/install the Kubernetes clusters (GKE) on Google Cloud.

Posted on June 1, 2022June 15, 2022 By nim No Comments on [Terraform/GCP/K8s] How can we build/install the Kubernetes clusters (GKE) on Google Cloud.
[Terraform/GCP/K8s] How can we build/install the Kubernetes clusters (GKE) on Google Cloud.

1) Backend state Bài này thì mình thực hiện build multi cluster k8s trên GCP Để chuẩn bị cho đúng với bài tập thực tế. Chúng ta cần tạo 1 backend cho terraform trên GCS. sau khi bạn chạy terraform apply bạn sẽ tạo được bucket trên GCS Giờ minh tạo 1 folder là cluster…

Read More “[Terraform/GCP/K8s] How can we build/install the Kubernetes clusters (GKE) on Google Cloud.” »

GCP - Google Cloud, Kubernetes

[OpenVPN] Why is not Android working with the DNS of the OpenVPN?

Posted on May 28, 2022May 28, 2022 By nim No Comments on [OpenVPN] Why is not Android working with the DNS of the OpenVPN?
[OpenVPN] Why is not Android working with the DNS of the OpenVPN?

Sau khi làm việc với Ubuntu thì mình quyết định làm việc với Android – Samsung Tab S7. Sau khi mình cài OpenVPN client trên Android thì mình phát hiện ra tab của mình nó không nhận được các DNS từ VPN. https://forums.openvpn.net/viewtopic.php?t=31508Bạn có thể tham khảo link trên Và dưới dây là phần hướng…

Read More “[OpenVPN] Why is not Android working with the DNS of the OpenVPN?” »

BareMetal

[Jenkins] How do you show password or secret on Jenkins

Posted on May 27, 2022May 27, 2022 By nim No Comments on [Jenkins] How do you show password or secret on Jenkins
[Jenkins] How do you show password or secret on Jenkins

Hello này mình mới được chỉ 1 chít để show các password trên jenkin.Kiểu như bạn quên mật khẩu và muốn lấy lại. Link tham khảo:https://devops.stackexchange.com/questions/2191/how-to-decrypt-jenkins-passwords-from-credentials-xml Ý hà mình được chỉ 1 script bạn chỉ cần dán vào console là được Reference Link:https://stackoverflow.com/questions/34795050/how-do-i-list-all-of-my-jenkins-credentials-in-the-script-console

Jenkins

[Samba] Mount the shared folder on Windows into Ubuntu

Posted on May 27, 2022May 27, 2022 By nim No Comments on [Samba] Mount the shared folder on Windows into Ubuntu
[Samba] Mount the shared folder on Windows into Ubuntu

Mục tiêu của mình là thực hiện mount 1 folder trên windows vào ubuntu 1) Create a folder then config share. Đầu tiên bạn thực hiện tạo 1 share folder trên windows 2) Install Samba and config mount with share folder of windows Bạn thao khảo link này:https://linuxize.com/post/how-to-install-and-configure-samba-on-ubuntu-18-04/ Install client: Trên ubuntu bạn tạo 1…

Read More “[Samba] Mount the shared folder on Windows into Ubuntu” »

BareMetal

[Terraform] – Terraform Beginner – Lesson 9: Terraform with AWS – part 2

Posted on May 24, 2022May 30, 2022 By nim No Comments on [Terraform] – Terraform Beginner – Lesson 9: Terraform with AWS – part 2
[Terraform] – Terraform Beginner – Lesson 9: Terraform with AWS – part 2

Để dễ hiểu hơn về VPC trên AWS thì bạn tham khảo video sau:Bài 31: AWS VPC 1 Thiết kế mạng riêng bảo mật cho doanh nghiệp trên AWS/Cloud 1) Introduction to VPCs 1.1) Creating the VPC On Amazon AWS, you have a default VPC (Virtual Private Network) created for you by AWS to launch…

Read More “[Terraform] – Terraform Beginner – Lesson 9: Terraform with AWS – part 2” »

AWS - Amazon Web Service

[OpenVPN] Install OpenVPN on Ubuntu Desktop 20.04

Posted on May 22, 2022 By nim No Comments on [OpenVPN] Install OpenVPN on Ubuntu Desktop 20.04
[OpenVPN] Install OpenVPN on Ubuntu Desktop 20.04

Hướng dẫn anh/em sử dụng openVPN trên ubuntu desktop Macbook của mình bị hacker hack bay òi!Bây giờ phải sài Ubuntu!

BareMetal

[Code] Visual Studio Code SFTP Extension

Posted on May 22, 2022 By nim No Comments on [Code] Visual Studio Code SFTP Extension
[Code] Visual Studio Code SFTP Extension

Cách sửa dụng Vscode kết nối ssh hay sftp đến 1 server

Coding

Posts navigation

Previous 1 2 3 … 37 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

  • [Argocd/Vault] Integrate Vault inside Argocd by the plugin July 1, 2022
  • [Vault] Using Service Acount of Kubernetes to login Vault system. June 28, 2022
  • Protected: My Assignment  June 24, 2022
  • [Spinnaker] Spinnaker writes too many logs – Reduce spinnaker log level June 22, 2022
  • [Jenkins] Jobs will be created automatically by Jenkins Job Builder June 20, 2022

Archives

  • 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
  • CI/CD
    • ArgoCD
    • ArgoWorkflows
    • Jenkins
    • Spinnaker
  • Coding
    • Git
    • Golang
    • Jquery & JavaScript
    • Laravel
    • Selenium
    • Terraform
      • AWS – Amazon Web Service
      • GCP – Google Cloud
  • Kubernetes & Container
    • Apache Kafka
      • Kafka
      • Kafka Connect
      • Lenses
    • Docker
    • Helm Chart
    • Isito-EnvoyFilter
    • Kubernetes
      • Ingress
    • Longhorn – Storage
    • Vault
    • VictoriaMetrics
  • Log & Monitor
    • ELK
      • Kibana
      • Logstash
    • Grafana
    • Prometheus
  • Uncategorized
  • Admin

Copyright © 2022 NimTechnology.