Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
dauquangthanh avatar

Ibm Cloud

  • 26 installs
  • 14 repo stars
  • Updated January 23, 2026
  • dauquangthanh/hanoi-rainbow

ibm-cloud is a Hanoi Rainbow agent skill that guides IBM Cloud provisioning and operations so developers can deploy secure, multi-zone enterprise infrastructure.

About

The ibm-cloud skill offers systematic IBM Cloud platform guidance for compute, storage, managed databases, IAM, networking, CLI automation, Terraform or Schematics IaC, monitoring, and cost control. Its workflow decision tree routes tasks to reference files for VPC, IKS, Code Engine, and security configuration. Use it when you provision or operate enterprise workloads on IBM Cloud and need multi-zone patterns, CLI quick starts, and security baselines rather than ad hoc console clicks.

  • Workflow tree for compute, storage, databases, security, and networking refs
  • Documents multi-zone HA across IBM Cloud regions and availability zones
  • Includes ibmcloud CLI login, targeting, and plugin installation steps
  • Covers IKS, OpenShift, Code Engine, Db2, Cloudant, and Key Protect

Ibm Cloud by the numbers

  • 26 all-time installs (skills.sh)
  • Ranked #801 of 1,039 Cloud & Infrastructure skills by installs in the Skillselion catalog
  • Data as of Jul 29, 2026 (Skillselion catalog sync)
npx skills add https://github.com/dauquangthanh/hanoi-rainbow --skill ibm-cloud

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs26
repo stars14
Last updatedJanuary 23, 2026
Repositorydauquangthanh/hanoi-rainbow

How do you stand up and secure IBM Cloud compute, data, and networking with the right CLI and IAM patterns?

Provisions IBM Cloud VPC, IKS, Code Engine, databases, IAM, networking, and CLI or Terraform workflows with enterprise HA patterns.

Who is it for?

Developers managing IBM Cloud VPC, IKS, OpenShift, or Code Engine environments who want reference-driven setup and HA guidance.

Skip if: Projects with no IBM Cloud tenancy or teams needing only z/OS on-premises administration without IBM Cloud services.

When should I use this skill?

Users mention IBM Cloud, IKS, Code Engine, Db2 on IBM Cloud, Schematics, or ibmcloud CLI tasks.

What you get

Provisioning steps, architecture choices, and security or cost recommendations aligned to IBM Cloud reference docs in the skill.

Files

SKILL.mdMarkdownGitHub ↗

IBM Cloud

Systematic IBM Cloud platform guidance for enterprise cloud infrastructure, covering compute, storage, databases, networking, security, and operational best practices.

Workflow Decision Tree

Choose your path based on the task:

1. Service Category Selection

Compute & Containers → Load compute-services.md

  • Virtual Private Cloud (VPC) and Virtual Server Instances
  • IBM Kubernetes Service (IKS) and Red Hat OpenShift
  • Code Engine (serverless containers) and Cloud Functions

Storage → Load storage-services.md

  • Cloud Object Storage, Block Storage, File Storage

Databases → Load database-services.md

  • Db2, Cloudant, PostgreSQL, MySQL, MongoDB, Redis

Security & Access → Load iam-security.md

  • IAM, Resource Groups, Service IDs, Key Protect, Secrets Manager

Networking → Load networking.md

  • VPC Networks, Load Balancers, DNS/CDN, Direct Link

2. Architecture & Deployment Patterns

High Availability → Multi-zone deployment across 3 availability zones Microservices → IKS/OpenShift with service mesh and ingress Serverless → Code Engine applications with auto-scaling Hybrid Cloud → Direct Link or VPN for on-premises connectivity

3. Common Operations

Initial Setup → Install CLI, authenticate, configure regions and resource groups Resource Provisioning → Use CLI, Terraform, or IBM Cloud Console Security Configuration → IAM policies, encryption, network security Monitoring → Set up logging, monitoring, and cost tracking

Core Concepts

Resource Hierarchy

Account → Resource Groups → Services/Resources → Access Groups (IAM)

Regions and Multi-Zone Architecture

  • Primary Regions: us-south, us-east, eu-gb, eu-de, jp-tok, au-syd
  • Availability Zones: 3 zones per region (e.g., us-south-1, us-south-2, us-south-3)
  • Best Practice: Deploy across multiple zones for high availability

Service Categories

  • IaaS: VPC, Virtual Servers, Block/File Storage
  • PaaS: IKS, OpenShift, Code Engine
  • SaaS: Managed Databases, Watson AI, DevOps Tools
  • Serverless: Code Engine, Cloud Functions

Quick Start

1. Install and Configure CLI

# Install CLI (macOS/Linux)
curl -fsSL https://clis.cloud.ibm.com/install/osx | sh

# Login
ibmcloud login

# Target region and resource group
ibmcloud target -r us-south -g my-resource-group

# Install common plugins
ibmcloud plugin install container-service vpc-infrastructure

2. Basic Resource Creation Pattern

# 1. Create VPC
ibmcloud is vpc-create my-vpc

# 2. Create resources (compute, storage, network)
ibmcloud is instance-create my-vsi ...

# 3. Configure IAM
ibmcloud iam ...

# 4. Deploy application
# 5. Set up monitoring

Essential Guidance

Security Best Practices

1. IAM: Use Access Groups, apply least privilege, rotate API keys every 90 days 2. Network: Use private endpoints, configure Security Groups and ACLs 3. Data: Enable encryption at rest/transit, use Key Protect for key management 4. Compliance: Choose regions for data residency requirements

Cost Optimization

  • Right-size instances for workload requirements
  • Use reserved capacity for predictable workloads
  • Leverage serverless (Code Engine/Functions) for variable loads
  • Select appropriate storage tiers (Standard, Vault, Cold Vault)
  • Enable auto-scaling to match demand
  • Set budget alerts and monitor usage

Reference Files

Load detailed guidance based on specific needs:

  • [compute-services.md](references/compute-services.md): VPC, Virtual Servers, IKS, OpenShift, Code Engine, Cloud Functions
  • [storage-services.md](references/storage-services.md): Object Storage, Block Storage, File Storage
  • [database-services.md](references/database-services.md): Db2, Cloudant, PostgreSQL, MySQL, MongoDB, Redis
  • [iam-security.md](references/iam-security.md): IAM, Access Groups, Service IDs, Key Protect, Secrets Manager
  • [networking.md](references/networking.md): VPC networking, Load Balancers, DNS/CDN, Direct Link

Support Resources

  • Documentation: <https://cloud.ibm.com/docs>
  • API Reference: <https://cloud.ibm.com/apidocs>
  • Terraform Provider: <https://registry.terraform.io/providers/IBM-Cloud/ibm>
  • CLI Reference: <https://cloud.ibm.com/docs/cli>

Related skills

FAQ

What resource hierarchy does it assume?

It documents Account to Resource Groups to Services with Access Groups for IAM.

Does it support Kubernetes on IBM?

Yes, it covers IBM Kubernetes Service and Red Hat OpenShift under compute services.

How do you start with the CLI?

The quick start shows installing the CLI, ibmcloud login, and targeting a region and resource group.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.