cloud-k8s-provisioning

Provision Kubernetes clusters on GKE, AKS, and OKE with post-setup automation.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/Awais68/phase-5-cloud-deployment --skill cloud-k8s-provisioning
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloud-k8s-provisioning
Source: https://github.com/Awais68/phase-5-cloud-deployment/tree/main/.claude/skills/cloud-k8s-provisioning
Command: npx skills add https://github.com/Awais68/phase-5-cloud-deployment --skill cloud-k8s-provisioning

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Provision production-grade Kubernetes clusters on major cloud providers with automated post-setup of networking, security, and observability.

Core Features & Use Cases

  • Supported providers: Google Cloud (GKE), Azure (AKS), and Oracle Cloud (OKE) with Always Free options.
  • Automated provisioning: cluster creation, autoscaling, and required add-ons.
  • Post-setup: ingress, cert-manager, Dapr, Kafka, and monitoring.
  • End-to-end workflow: secret creation and cluster verification to enable seamless deployment.

Quick Start

Run the GKE provisioning script to create a cluster, then run the post-setup and secret creation steps to finish configuration.

Frequently Asked Questions about cloud-k8s-provisioning

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I provision production-grade Kubernetes clusters across multiple cloud providers?

Provision production-grade Kubernetes clusters by executing provider-specific automation scripts for GKE, AKS, and OKE. The workflow handles cluster creation, autoscaling configuration, and required add-ons, concluding with verification commands to ensure the environment is ready for application deployment.

What is included in Kubernetes post-setup automation for ingress and monitoring?

Kubernetes post-setup automation includes configuring ingress controllers, cert-manager for TLS, Dapr for microservices, Kafka for event streaming, and monitoring tools. It also handles secret creation and cluster verification to fully enable seamless application deployment.

Can I deploy a Kubernetes cluster on Oracle Cloud Always Free tier?

You can deploy a Kubernetes cluster on Oracle Cloud using OKE provisioning scripts that support Always Free infrastructure options. This allows you to provision production-grade clusters and apply post-setup networking and observability configurations while leveraging Oracle's free tier resources.

What's the best way to automate GKE cluster creation and Dapr installation?

Automate GKE cluster creation and Dapr installation by running the GKE provisioning script followed by the post-setup steps. This end-to-end workflow provisions the cluster and automatically applies the required Dapr configuration alongside ingress setup and secret creation.

Does this Kubernetes provisioning approach work with both Azure AKS and Google GKE?

This Kubernetes provisioning approach works with both Azure AKS and Google GKE, alongside Oracle OKE. It uses provider-specific scripts to handle cluster creation and applies standardized post-setup configurations for networking, security, and observability across all supported cloud platforms.