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
    • OAuth2 Proxy
    • Isito-EnvoyFilter
    • Apache Kafka
      • Kafka
      • Kafka Connect
      • Lenses
    • Vault
    • Longhorn – Storage
    • VictoriaMetrics
    • MetalLB
    • Kong Gateway
  • CI/CD
    • ArgoCD
    • ArgoWorkflows
    • Argo Events
    • Spinnaker
    • Jenkins
    • Harbor
    • TeamCity
    • Git
      • Bitbucket
  • Coding
    • DevSecOps
    • Terraform
      • GCP – Google Cloud
      • AWS – Amazon Web Service
      • Azure Cloud
    • Golang
    • Laravel
    • Python
    • Jquery & JavaScript
    • Selenium
  • Log, Monitor & Tracing
    • DataDog
    • Prometheus
    • Grafana
    • ELK
      • Kibana
      • Logstash
  • BareMetal
    • NextCloud
  • Toggle search form
[Selelium] Install selelium on k8s and live demo Kubernetes
[error] Lỗi failed to parse field [host] of type [text] in document with id trên elk ELK
[NextJS 14 – ReactJS – Type Script] Bài 1: Những kiến thức Javascript cần biết cho khóa học. NextJS 14 & ReactJS & Type Script
[logstash/kibana] Draw a Map on Kibana by data from Logstash – Fix “Index pattern does not contain any geospatial fields” ELK
[Coding] 10 VScode extensions cho Cloud/DevOps Engineer Coding

Tự tạo Command “php artisan” cho riêng mình trên web laravel

Posted on June 13, 2021December 28, 2021 By nim No Comments on Tự tạo Command “php artisan” cho riêng mình trên web laravel
Tự tạo Command “php artisan” cho riêng mình trên web laravel

Links list videos: Các thứ chạy command laravel thì nằm hết trong func handler $this->info() để in kêt quả ra ngoài màn hình. câu lệnh tạo file command: php artisan make:command GetAllocationClusterDailyKubecost php artisan kubecost:getAllocationClusterDaily 1) Option Để hứng được option {–days=} trong 1 function Khi gõ command: php artisan prometheus:pullAvailabilityMetrics –days=1hoặc không có option…

Read More “Tự tạo Command “php artisan” cho riêng mình trên web laravel” »

Laravel

Hướng dẫn delete branch git bằng command

Posted on June 11, 2021January 4, 2023 By nim No Comments on Hướng dẫn delete branch git bằng command
Hướng dẫn delete branch git bằng command

Git delete repository. Links tham khảo: https://www.git-tower.com/learn/git/faq/delete-local-branch/ Git makes managing branches really easy – and deleting local branches is no exception: In some cases, Git might refuse to delete your local branch: when it contains commits that haven’t been merged into any other local branches or pushed to a remote repository. This is a very…

Read More “Hướng dẫn delete branch git bằng command” »

Git

Các Lệnh query với Model của Laravel eloquent

Posted on June 11, 2021April 27, 2022 By nim No Comments on Các Lệnh query với Model của Laravel eloquent
Các Lệnh query với Model của Laravel eloquent

Khi tìm 1 điều kiện không giống WHERE NOT IN Laravel Eloquent “WHERE NOT IN” Query database lớn hơn. WHERE Like https://www.positronx.io/laravel-eloquent-where-like-query-example-tutorial/ WHERE REGEXP Cảm ơn bạn Tích đã chia sẻ kiến thức ^: là bắt đầu$: là kết thúc mình có 1 user tên là uc.dang như nếu query like ‘%uc.dang%’ thì ăn nhầm…

Read More “Các Lệnh query với Model của Laravel eloquent” »

Laravel

Hướng dẫn sử dụng ingress nginx và control ingress bằng annotations trên k8s

Posted on June 10, 2021March 7, 2022 By nim No Comments on Hướng dẫn sử dụng ingress nginx và control ingress bằng annotations trên k8s
Hướng dẫn sử dụng ingress nginx và control ingress bằng annotations trên k8s

Links video: Nếu theo như video thì cài ingress nginx thông qua helm. Hoặc cách các file yaml qua đây: https://xuanthulab.net/trien-khai-nginx-ingress-controller-trong-kubernetes.html Links git trong video nằm ở đây: https://github.com/justmeandopensource/kubernetes/tree/master/yamls/ingress-demo Ta có 3 file deployment tượng trưng cho 3 web khách nhau: Sau khi apply 3 file trên thì ra tạo nhanh service Chúng ta đi…

Read More “Hướng dẫn sử dụng ingress nginx và control ingress bằng annotations trên k8s” »

Ingress

[Helm Chart] Learning Helm on Kubernetes in 60 minutes!!

Posted on June 8, 2021November 30, 2023 By nim No Comments on [Helm Chart] Learning Helm on Kubernetes in 60 minutes!!
[Helm Chart] Learning Helm on Kubernetes in 60 minutes!!

Anh em cần coi clip của anh này là master helm liền. https://www.youtube.com/watch?v=LWW8_S0dbG8 Không hiểu sao nó không hiện video. Rất hay các bạn tự click nhé. Intall helm cli on linux install helm trên ubuntu: Install helm cli on windows https://www.youtube.com/watch?v=L3iNhrjQILM Access this link: https://github.com/helm/helm/releases/ thế là ok. Tạo ra 1 chart mẫu Câu…

Read More “[Helm Chart] Learning Helm on Kubernetes in 60 minutes!!” »

Helm Chart, Kubernetes & Container

[Spinnaker-Github-Helm-K8S]Hướng dẫn cấu hình Spinnaker deploy lên kubernetes dựa vào Helm

Posted on June 8, 2021September 12, 2021 By nim No Comments on [Spinnaker-Github-Helm-K8S]Hướng dẫn cấu hình Spinnaker deploy lên kubernetes dựa vào Helm
[Spinnaker-Github-Helm-K8S]Hướng dẫn cấu hình Spinnaker deploy lên kubernetes dựa vào Helm

Hướng dẫn cấu hình Spinnaker deploy lên kubernetes dựa vào Helm. Tạo Helm Chart theo hướng dẫn:  https://phoenixnap.com/kb/create-helm-chart https://docs.bitnami.com/tutorials/create-your-first-helm-chart/ https://tel4vn.edu.vn/blog/how-to-create-heml-chart-in-10-minutes/ (tài liệu tiếng việt) Thực package helm bằng câu lệnh: helm package ./mychart Thực hiện create repo trên github và push github: https://github.com/mrnim94/kubernetes-manifest.git Thực hiện token trên github: Sau khi có được token thực hiện…

Read More “[Spinnaker-Github-Helm-K8S]Hướng dẫn cấu hình Spinnaker deploy lên kubernetes dựa vào Helm” »

CI/CD, Spinnaker

[Jenkins] Hướng dẫn sử dụng Jenkins pipeline to control Jenkins agent in k8s and deploy on k8s

Posted on June 8, 2021November 10, 2021 By nim No Comments on [Jenkins] Hướng dẫn sử dụng Jenkins pipeline to control Jenkins agent in k8s and deploy on k8s
[Jenkins] Hướng dẫn sử dụng Jenkins pipeline to control Jenkins agent in k8s and deploy on k8s

Ở bài trước thì chúng ta biết các làm sao để jenkins kết nối với k8s và create 1 jenkins slave rồi chạy 1 cmd đơn giản. Hôm nay chúng ta sẽ học để genkins slave đó deploy được trên k8s Chúng ta có thể chổ động tạo deployment trên k8s nhớ jenkins. Deploy pod…

Read More “[Jenkins] Hướng dẫn sử dụng Jenkins pipeline to control Jenkins agent in k8s and deploy on k8s” »

CI/CD, Jenkins, Kubernetes & Container

Hướng dẫn thêm column(cột) và change type column cho table bằng command trong Laravel

Posted on June 7, 2021December 9, 2021 By nim No Comments on Hướng dẫn thêm column(cột) và change type column cho table bằng command trong Laravel
Hướng dẫn thêm column(cột) và change type column cho table bằng command trong Laravel

1) add new column to table Link: https://stackoverflow.com/questions/16791613/add-a-new-column-to-existing-table-in-a-migration To create a migration, you may use the migrate:make command on the Artisan CLI. Use a specific name to avoid clashing with existing models for Laravel 3: php artisan migrate:make add_paid_to_users for Laravel 5+: You then need to use the Schema::table() method (as you’re accessing an existing table, not…

Read More “Hướng dẫn thêm column(cột) và change type column cho table bằng command trong Laravel” »

Laravel

Hướng dẫn đưa secret của Kubernetes thành biến env của pod

Posted on June 7, 2021February 13, 2022 By nim No Comments on Hướng dẫn đưa secret của Kubernetes thành biến env của pod
Hướng dẫn đưa secret của Kubernetes thành biến env của pod

chúng ta tạo 1 secret va deploymet: root@master-k8s:/home/k8s/hometest-tiki/envFromSecret# kubectl apply -n lab -f .deployment.apps/deployapp createdsecret/mysecret created Thực hiện check logs của podroot@master-k8s:/home/k8s/hometest-tiki/envFromSecret# kubectl logs -n lab pod/deployapp-848fddb969-t2zwlKUBERNETES_SERVICE_PORT=443KUBERNETES_PORT=tcp://10.96.0.1:443HOSTNAME=deployapp-848fddb969-t2zwlSHLVL=1HOME=/rootusername=adminKUBERNETES_PORT_443_TCP_ADDR=10.96.0.1PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/binKUBERNETES_PORT_443_TCP_PORT=443KUBERNETES_PORT_443_TCP_PROTO=tcppassword=1f2d1e2e67dfKUBERNETES_SERVICE_PORT_HTTPS=443KUBERNETES_PORT_443_TCP=tcp://10.96.0.1:443PWD=/KUBERNETES_SERVICE_HOST=10.96.0.1 Links tham khả0https://dchua.com/2017/04/21/load-env-variables-from-configmaps-and-secrets-upon-pod-boot/https://cloudfun.vn/threads/tim-hieu-cach-dinh-cau-hinh-ung-dung-kubernetes-bang-configmap.399/

Kubernetes, Kubernetes & Container

Tìm hiểu về Shared Libraries – Jenkins để thiết tool CICD

Posted on June 7, 2021September 12, 2021 By nim No Comments on Tìm hiểu về Shared Libraries – Jenkins để thiết tool CICD
Tìm hiểu về Shared Libraries – Jenkins để thiết tool CICD

links trong video: https://github.com/darinpope/github-api-global-lib.git

CI/CD, Jenkins

Posts pagination

Previous 1 … 77 78 79 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

  • [WordPress] Hướng dấn gửi mail trên WordPress thông qua gmail. June 15, 2025
  • [Bitbucket] Git Clone/Pull/Push with Bitbucket through API Token. June 12, 2025
  • [Teamcity] How to transfer the value from pipeline A to pipeline B June 9, 2025
  • [Windows] Remove the process that consumes too much CPU. June 3, 2025
  • Deploying Web-Based File Managers: File Browser and KubeFileBrowser with Docker and Kubernetes June 3, 2025

Archives

  • June 2025
  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • October 2023
  • 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
    • Argo Events
    • ArgoCD
    • ArgoWorkflows
    • Git
      • Bitbucket
    • Harbor
    • Jenkins
    • Spinnaker
    • TeamCity
  • Coding
    • DevSecOps
    • Golang
    • Jquery & JavaScript
    • Laravel
    • NextJS 14 & ReactJS & Type Script
    • Python
    • Selenium
    • Terraform
      • AWS – Amazon Web Service
      • Azure Cloud
      • GCP – Google Cloud
  • Kubernetes & Container
    • Apache Kafka
      • Kafka
      • Kafka Connect
      • Lenses
    • Docker
    • Helm Chart
    • Isito-EnvoyFilter
    • Kong Gateway
    • Kubernetes
      • Ingress
      • Pod
    • Longhorn – Storage
    • MetalLB
    • OAuth2 Proxy
    • Vault
    • VictoriaMetrics
  • Log, Monitor & Tracing
    • DataDog
    • ELK
      • Kibana
      • Logstash
    • Fluent
    • Grafana
    • Prometheus
  • Uncategorized
  • Admin

Copyright © 2025 NimTechnology.