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: September 2022

[AWS] Discovering how to design Cluster Autoscaler on EKS.

Posted on September 29, 2022February 11, 2023 By nim No Comments on [AWS] Discovering how to design Cluster Autoscaler on EKS.
[AWS] Discovering how to design Cluster Autoscaler on EKS.

Một ngày đẹp trời bạn nhận thấy cluster eks nó tự động tăng số lượng node rồi lại tự giảm.Nếu bạn chưa biết tạo sao thì tìm hiểu Cluster Autoscaler trên EKS 1) Look into Cluster Autoscaler on EKS 2) Install Cluster Autoscale on EKS Để làm được bài này thì mình nghĩ các bạn…

Read More “[AWS] Discovering how to design Cluster Autoscaler on EKS.” »

AWS - Amazon Web Service

[AWS] Deploying Redis on AWS

Posted on September 28, 2022September 29, 2022 By nim No Comments on [AWS] Deploying Redis on AWS
[AWS] Deploying Redis on AWS

Bài này chúng ta sẽ cài đặt redis trên AWS thông qua terraform.Mình thao khảo bài viết bên dưới.https://viblo.asia/p/aws-elasticache-provisioning-with-terraform-x7Z4D6xoLnX Chúng ta bắt tay tôi 1) VPC and anything is related to redis Đầu tiên bạn cần tạo VPC nếu bạn chưa có VPC và subnetvà bạn cũng phải tạo cho nó một subnet group Hình trên…

Read More “[AWS] Deploying Redis on AWS” »

AWS - Amazon Web Service

[Docker build] How to bring id_rsa to the inside container when building the image?

Posted on September 28, 2022 By nim No Comments on [Docker build] How to bring id_rsa to the inside container when building the image?
[Docker build] How to bring id_rsa to the inside container when building the image?

Bài toàn đặt ra là khi mà bạn run docker build thì yêu cần cần clone/pull 1 số repo private Mình nghĩ ra 1 cách là thực hiện COPY ~/.ssh/id_rsa /root/.ssh/như bị lỗi như bên dưới. Mình tìm thấy chả có quy định j trong .dockerignore Giờ chúng ta sự dụng argument để làm việc…

Read More “[Docker build] How to bring id_rsa to the inside container when building the image?” »

Docker

[Bitbucket-pipelines] Lesson 2: Using SCP to Transport Artifacts from the Build and SSH to Server to run the commands.

Posted on September 27, 2022September 27, 2022 By nim No Comments on [Bitbucket-pipelines] Lesson 2: Using SCP to Transport Artifacts from the Build and SSH to Server to run the commands.
[Bitbucket-pipelines] Lesson 2: Using SCP to Transport Artifacts from the Build and SSH to Server to run the commands.

1) Using SCP to Transport Artifacts Bài này chúng ta thực hiện pull về xong copy or scp vào file and folder vào server. Bên dưới là code nhắc lại 1 chút về artifactsnó sẽ giúp bạn move data giữa các step trong trong bitbucket. Bạn cần tạo các variables 2) Using SSH to Run…

Read More “[Bitbucket-pipelines] Lesson 2: Using SCP to Transport Artifacts from the Build and SSH to Server to run the commands.” »

Bitbucket

[AWS] These are the helpful commands in AWS – awscli

Posted on September 27, 2022March 6, 2023 By nim No Comments on [AWS] These are the helpful commands in AWS – awscli
[AWS] These are the helpful commands in AWS – awscli

Install aws cli vì nếu chạy bằng script thì tạo nhiều log ở stdout nền bạn có thể sử dụng /dev/null 2>&1 ở cuối command.https://askubuntu.com/questions/474556/hiding-output-of-a-command No such file or directory: ‘less’: ‘less’ https://github.com/aws/aws-cli/issues/5038#issue-575848470 aws …. Mình sẽ note command hay sài trên aws: Security Group for Inbound Connection AWS Configure Bash One Liner https://stackoverflow.com/questions/34839449/aws-configure-bash-one-liner IAM…

Read More “[AWS] These are the helpful commands in AWS – awscli” »

AWS - Amazon Web Service

[Bitbucket-pipelines] Lesson1: Creating Your First Pipeline

Posted on September 26, 2022 By nim No Comments on [Bitbucket-pipelines] Lesson1: Creating Your First Pipeline
[Bitbucket-pipelines] Lesson1: Creating Your First Pipeline

Để setup ban đầu chạy được bitbucket pipelines bạn có thể tham khảo bài việt bên dưới:https://nimtechnology.com/2022/08/31/bitbucket/ Bitbucket cũng cấp 1 validate https://bitbucket-pipelines.atlassian.io/validator Bạn có thể tham khảo các chỉ dẫn có sẵn. Bài đầu tiên nhẹ nhàn thì bạn sử dụng pipeline này Và Bạn có thể thao khảo project này: https://bitbucket.org/nimtechnology/learning-bitbucket-pipeline

Bitbucket

[AWS] Creating EKS windows on AWS and Running windows pods

Posted on September 25, 2022February 2, 2023 By nim No Comments on [AWS] Creating EKS windows on AWS and Running windows pods
[AWS] Creating EKS windows on AWS and Running windows pods

Yah. Tình hình 1 project mình tham gia thì có 1 số deployment họ sử dụng các container windowsSau nhiều ngày tìm hiểu thì mình thấy là có 2 cách để provisioning cluster k8s windows trên AWS. 1) Using eks-cli to provisioning eks windows. Cách này thì bạn sẽ rất dễ thấy trên mạngmình có…

Read More “[AWS] Creating EKS windows on AWS and Running windows pods” »

AWS - Amazon Web Service, Kubernetes & Container

[Kubernetes] Check pods cpu/memory usage without Third Party ?

Posted on September 25, 2022September 25, 2022 By nim No Comments on [Kubernetes] Check pods cpu/memory usage without Third Party ?
[Kubernetes] Check pods cpu/memory usage without Third Party ?

Bài này chỉ cách check ram/cpu mà pod đang sử dụng. https://medium.ninja/@sudharsansadasivam/how-to-check-pods-cpu-memory-usage-without-third-party-895c68da983a error: Metrics not available for pod default/podname Check pods cpu/memory usage without installing any third party tool then you can get memory and cpu usage of pod from group. Go to pod’s exec mode kubectl exec -it pod_name — /bin/bash Run cat /sys/fs/cgroup/cpu/cpuacct.usage for cpu usage Run cat /sys/fs/cgroup/memory/memory.usage_in_bytes for memory usage.

Kubernetes & Container

[Kubernetes] Lesson8: k8s Easy – Node

Posted on September 25, 2022 By nim No Comments on [Kubernetes] Lesson8: k8s Easy – Node
[Kubernetes] Lesson8: k8s Easy – Node

Tìm hiểu về node trong k8s

Kubernetes & Container

[Kubernetes] Lesson7: k8s Easy – Pod

Posted on September 25, 2022September 25, 2022 By nim No Comments on [Kubernetes] Lesson7: k8s Easy – Pod
[Kubernetes] Lesson7: k8s Easy – Pod

Hôm này thì là một số note về pod

Kubernetes & Container

Posts navigation

1 2 … 4 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.