Posts

Showing posts from January, 2024

Apsara DB & Difference between ApsaraDB for MongoDB, PolarDB, Redis, RDS - Alibaba Cloud

  What is ApsaraDB? ApsaraDB is a series of cloud-based database products provided by Alibaba Cloud. These products are designed to offer fully managed, scalable, and secure database solutions for different types of applications. Alibaba Cloud's ApsaraDB includes various database services for different data storage and processing needs. Difference between ApsaraDB for MongoDB, PolarDB, Redis, RDS ApsaraDB for MongoDB: Database Type: NoSQL (Document-based) Use Cases: Well-suited for applications requiring flexible and scalable document-based data storage. Good for projects where a JSON-like schema is beneficial. Key Features: Automatic scaling, backup, and security controls. Supports MongoDB as the database engine. ApsaraDB for PolarDB: Database Type: Relational (MySQL, PostgreSQL, Oracle compatible) Use Cases: Ideal for applications with demanding relational database requirements, offering high performance and scalability. Suitable for OLAP (Online Analytical Processing) workl...

DEPLOY WEB APPLICATION IN ALIBABA CLOUD CONTAINER SERVICE FOR KUBERNETES (CI/CD)

Image
        DEPLOY WEB APPLICATION IN ALIBABA CLOUD CONTAINER SERVICE FOR KUBERNETES (CI/CD) Container Registry:                Store, manage, and secure your Docker container images container service Kubernetes                   ACK allows you to deploy applications in high-performance and scalable containers and provides full lifecycle management of enterprise-class containerized applications Step 1 : Go to container registry console -> create a repository   Step 2 : Bind our GitHub/Bitbucket Account on it & select the application you want to deploy     Step 3: On the Overview page in container registry, In left plane select Instance then click access credential & set a temporary password for pulling & pushing docker images   Step 4 : On the same overvi...

ApsaraDB for Redis

  ApsaraDB for Redis is a managed Redis service provided by Alibaba Cloud, the cloud computing arm of Alibaba Group. Redis is an open-source, in-memory data structure store that is commonly used as a caching mechanism, message broker, and as general-purpose NoSQL database. ApsaraDB for Redis simplifies the deployment, operation, and scaling of Redis by providing a fully managed service. Here are some key features and concepts related to ApsaraDB for Redis: Managed Service : ApsaraDB for Redis is a fully managed service, which means Alibaba Cloud takes care of routine database tasks such as hardware maintenance, patching, and backups. Users can focus on application development and data modeling without worrying about infrastructure management. High Performance : Redis is known for its high-performance in-memory caching capabilities. ApsaraDB for Redis leverages this strength, providing low-latency access to data stored in memory. Data Persistence : ApsaraDB for Redis supports both s...