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
[AWS] Pull docker images from the other ECR AWS - Amazon Web Service
[Metrics Server] Install metrics-server on Kubernetes. AWS - Amazon Web Service
[Golang] Writing file in Golang Golang
[Golang] Create Your Own CLI — With Golang Golang
[Golang] Convert between Json and Struct in Golang Golang

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, 2021October 20, 2022 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 navigation

Previous 1 … 53 54 55 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.