Esta página ainda não está disponível no idioma selecionado. Estamos trabalhando para adicionar mais opções de idiomas. Agradecemos sua compreensão.

Compute
Elastic Cloud Server
Huawei Cloud Flexus
Bare Metal Server
Auto Scaling
Image Management Service
Dedicated Host
FunctionGraph
Cloud Phone Host
Huawei Cloud EulerOS
Networking
Virtual Private Cloud
Elastic IP
Elastic Load Balance
NAT Gateway
Direct Connect
Virtual Private Network
VPC Endpoint
Cloud Connect
Enterprise Router
Enterprise Switch
Global Accelerator
Management & Governance
Cloud Eye
Identity and Access Management
Cloud Trace Service
Resource Formation Service
Tag Management Service
Log Tank Service
Config
OneAccess
Resource Access Manager
Simple Message Notification
Application Performance Management
Application Operations Management
Organizations
Optimization Advisor
IAM Identity Center
Cloud Operations Center
Resource Governance Center
Migration
Server Migration Service
Object Storage Migration Service
Cloud Data Migration
Migration Center
Cloud Ecosystem
KooGallery
Partner Center
User Support
My Account
Billing Center
Cost Center
Resource Center
Enterprise Management
Service Tickets
HUAWEI CLOUD (International) FAQs
ICP Filing
Support Plans
My Credentials
Customer Operation Capabilities
Partner Support Plans
Professional Services
Analytics
MapReduce Service
Data Lake Insight
CloudTable Service
Cloud Search Service
Data Lake Visualization
Data Ingestion Service
GaussDB(DWS)
DataArts Studio
Data Lake Factory
DataArts Lake Formation
IoT
IoT Device Access
Others
Product Pricing Details
System Permissions
Console Quick Start
Common FAQs
Instructions for Associating with a HUAWEI CLOUD Partner
Message Center
Security & Compliance
Security Technologies and Applications
Web Application Firewall
Host Security Service
Cloud Firewall
SecMaster
Anti-DDoS Service
Data Encryption Workshop
Database Security Service
Cloud Bastion Host
Data Security Center
Cloud Certificate Manager
Edge Security
Managed Threat Detection
Blockchain
Blockchain Service
Web3 Node Engine Service
Media Services
Media Processing Center
Video On Demand
Live
SparkRTC
MetaStudio
Storage
Object Storage Service
Elastic Volume Service
Cloud Backup and Recovery
Storage Disaster Recovery Service
Scalable File Service Turbo
Scalable File Service
Volume Backup Service
Cloud Server Backup Service
Data Express Service
Dedicated Distributed Storage Service
Containers
Cloud Container Engine
SoftWare Repository for Container
Application Service Mesh
Ubiquitous Cloud Native Service
Cloud Container Instance
Databases
Relational Database Service
Document Database Service
Data Admin Service
Data Replication Service
GeminiDB
GaussDB
Distributed Database Middleware
Database and Application Migration UGO
TaurusDB
Middleware
Distributed Cache Service
API Gateway
Distributed Message Service for Kafka
Distributed Message Service for RabbitMQ
Distributed Message Service for RocketMQ
Cloud Service Engine
Multi-Site High Availability Service
EventGrid
Dedicated Cloud
Dedicated Computing Cluster
Business Applications
Workspace
ROMA Connect
Message & SMS
Domain Name Service
Edge Data Center Management
Meeting
AI
Face Recognition Service
Graph Engine Service
Content Moderation
Image Recognition
Optical Character Recognition
ModelArts
ImageSearch
Conversational Bot Service
Speech Interaction Service
Huawei HiLens
Video Intelligent Analysis Service
Developer Tools
SDK Developer Guide
API Request Signing Guide
Terraform
Koo Command Line Interface
Content Delivery & Edge Computing
Content Delivery Network
Intelligent EdgeFabric
CloudPond
Intelligent EdgeCloud
Solutions
SAP Cloud
High Performance Computing
Developer Services
ServiceStage
CodeArts
CodeArts PerfTest
CodeArts Req
CodeArts Pipeline
CodeArts Build
CodeArts Deploy
CodeArts Artifact
CodeArts TestPlan
CodeArts Check
CodeArts Repo
Cloud Application Engine
MacroVerse aPaaS
KooMessage
KooPhone
KooDrive
Help Center/ Cloud Container Instance/ Getting Started/ Deploying a Static Web Application Using CCI

Deploying a Static Web Application Using CCI

Updated on 2024-09-30 GMT+08:00

This section describes how you can use CCI to deploy a static web game application named 2048.

The following table shows the process.

Procedure

Step

Description

Preparations

Sign up for a HUAWEI ID and top up your account.

Step 1: Build an Image and Upload It to the SWR Image Repository

Build an image for the application and push the image to the image repository so that the image can be pulled when a workload is created on CCI.

Step 2: Create a Namespace

You need to create a namespace in CCI for project management.

Step 3: Create a Workload

Configure basic information and access settings.

Step 4: Access the Workload

Use the IP address or domain name to access the workload.

Step 5: Clear Resources

To avoid additional expenses, delete the resources promptly if you no longer need them.

Preparations

Step 1: Build an Image and Upload It to the SWR Image Repository

To deploy an application on CCI, build an image for the application and push it to the image repository. Then you can pull the image when creating a workload on CCI.

For details, see Uploading an Image.

Step 2: Create a Namespace

  1. Log in to the CCI console.
  2. Choose Namespaces in the navigation pane and then click Create in the General-computing namespace area.
  3. Enter a namespace name.

    Select an existing VPC or create one. You must specify a CIDR block for the new VPC. The recommended CIDR blocks are 10.0.0.0/8-22, 172.16.0.0/12-22, and 192.168.0.0/16-22.
    NOTICE:

    The VPC CIDR block and subnet CIDR block cannot be set to 10.247.0.0/16 because this CIDR block is reserved by CCI for workload access. If you use this CIDR block, IP address conflicts may occur, which may result in workload creation failures or service unavailability. If you do not need to access pods through workloads, you can allocate this CIDR block to a VPC.

  4. Configure a subnet CIDR block.

    Ensure sufficient available IP addresses to create workloads.

  5. Click Create.

Step 3: Create a Workload

  1. Log in to the CCI console.
  2. In the navigation pane, choose Workloads > Deployments. On the page displayed on the right, click Create from Image.
  3. Specify basic information.

    • Workload Name: Enter a workload name, for example, deployment-2048.
    • Namespace: Select an existing namespace.
    • Pods: Change the value to 1 in this example.
    • Pod Specifications: Select the general-computing pod with 0.5-core CPU and 1 GiB of memory.
    • Container Settings

      On the My Images tab page, select the uploaded 2048 image.

      Figure 1 Container settings

  4. Configure workload access settings.

    Three options are available:
    • Do not use: No entry is provided to allow access from other workloads. This option is ideal for computing scenarios where communication with external systems is not required.
    • Intranet access: There are two ways to allow the workload to be accessed by other workloads over the private network.
    • Internet access: The workload is accessed from public networks through load balancers.

    In this example, set the workload access option to Internet access to allow access to the 2048 workload using the EIP and port of the load balancer.

    Set Service Name to deployment-2048, and select a load balancer. If no load balancer is available, click Create Shared Load Balancer to create one.

    Set Ingress Name to ingress-2048, ELB Protocol to HTTP/HTTPS, and ELB Port to HTTP 8080.

    Set Workload Access Port to 80 (or another port) and Container Port to 80. The container port must be set to 80, which is the same port set for the 2048 image in the image repository.

    Set Mapping Path to / and associate it with the workload access port so that you can access the 2048 workload using [Load balancer IP address]:[Port].

  5. Click Next: Configure Advanced Settings. After you confirm the configuration, click Submit. Then click Back to Deployment List.

    In the workload list, if the workload status is Running, the workload is created successfully.

Step 4: Access the Workload

After the 2048 workload is created, you can access it using a browser.

  1. Click the workload name to enter its details page.
  2. Click in the Public Network Access Address column under Access Settings to copy the public network access address.

  3. Paste the address in the browser address bar to access it.

Step 5: Clear Resources

  1. In the navigation pane, choose Workloads > Deployments. On the Deployments tab, click to delete the 2048 workload.

    NOTE:

    To delete the load balancer used by a Service or ingress, delete the Service or ingress on the CCI console, and then delete load balancer on the ELB console.

Usamos cookies para aprimorar nosso site e sua experiência. Ao continuar a navegar em nosso site, você aceita nossa política de cookies. Saiba mais

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback