Blogs

Posts in 2024
  • Getting Started with Copilot

    Friday, June 28, 2024 in Copilot Series

    Video share Copilot Labs capabilities What is Copilot Understanding Suggestions Debugging Code review Refactoring Documentation Extend Copilot boundary with Custom Get more professional suggestions Plain-text suggestions Settings Data security FAQ …

    Read more

  • Trustworthy Design

    Friday, June 28, 2024 in Security

    Security Architecture and Design Principles The Three Security Elements and Security Design Principles Integrity Availability Confidentiality Open Design Principle Open Design The design should not be secret; open designs are more secure. Security …

    Read more

  • Huawei Trust Concept

    Friday, June 28, 2024 in Security

    Huawei Trust Concept Security: The product has strong anti-attack capabilities to safeguard the confidentiality, integrity, and availability of services and data. Resilience: When under attack, the system maintains a defined operational state …

    Read more

  • Huawei Intranet Security Analysis

    Friday, June 28, 2024 in Security

    Huawei Intranet Security Analysis Huawei has plenty of excellent internal learning materials, and I have amassed a wealth of knowledge and experience myself; I have long wondered how to import them into my personal knowledge base. I am fully aware …

    Read more

  • DDoS Defense

    Friday, June 28, 2024 in Security

    DDoS Defense DDoS Definition Two kinds of DoS attacks: Crash the service Congest the network Attack Types Attack Type Attack Method Countermeasure Distributed DoS Multiple independent-IP machines begin attacking simultaneously 1. Degrade service 2. …

    Read more

  • ingress-nginx is not the same as nginx ingress

    Tuesday, June 18, 2024 in

    After two weeks of reading documents, I finally realized that Ingress-Nginx and Nginx Ingress are not the same thing; they differ in functionality as well as implementation. There are even documents guiding the migration. Migrating from the …

    Read more

  • Using Alibaba Cloud Distributed Storage with Self-Built K8s Clusters

    Friday, June 14, 2024 in

    Introduction This article, written on 2024-06-14, explains how to use Alibaba Cloud distributed storage in a self-built cluster on Alibaba Cloud. At the end you will find document links; the official Alibaba Cloud documentation is in Chinese, while …

    Read more

  • Using DNS to Gracefully Switch Network Services

    Wednesday, June 12, 2024 in adguard

    Assume the service domain name is example.domain, the original server IP is A, and the new server IP is B after migration or IP change. To keep users unaware, we can use DNS to gracefully switch network services. Original state: example.domain …

    Read more

  • Volume Classification and Methodology

    Wednesday, June 05, 2024 in

    Volumes Persistent Volumes Projected Volumes Ephemeral Volumes Storage Classes Dynamic Provisioning Volume Snapshots Volume Snapshot Classes Volume Cloning

    Read more

  • Baota Docker Source Acceleration

    Monday, June 03, 2024 in Tricky Issues

    In Baota 8.2 and earlier, enabling Docker source acceleration is ineffective, and manually editing the configuration on the UI does not work. This is because the Docker configuration file resides at /etc/docker/daemon.json. Both the directory and …

    Read more