admin-infra-linode

Provision Linode virtual machines, firewalls, and Kubernetes clusters.

3|Updated Nov 14, 2025
One-click install
npx skills add https://github.com/evolv3ai/claude-skills-archive --skill admin-infra-linode-evolv3ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: admin-infra-linode
Source: https://github.com/evolv3ai/claude-skills-archive/tree/main/archive/skills/admin-infra-linode
Command: npx skills add https://github.com/evolv3ai/claude-skills-archive --skill admin-infra-linode-evolv3ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the deployment and management of cloud infrastructure on Linode (Akamai Cloud), simplifying the setup of virtual machines, firewalls, and Kubernetes clusters.

Core Features & Use Cases

  • Linode Deployment: Provision virtual machines with specified types, regions, and images.
  • Firewall Configuration: Set up and apply network firewalls for security.
  • Kubernetes Support: Facilitates the setup of Linode Kubernetes Engine (LKE) with autoscaling capabilities.
  • Use Case: Quickly spin up a new Ubuntu server on Linode in the us-east region, configure a firewall to allow SSH and HTTP/S traffic, and get the server's IP address for immediate access.

Quick Start

Use the admin-infra-linode skill to deploy a new Linode server named 'my-server' in the 'us-east' region using the 'g6-standard-2' type and the 'my-key' SSH key.

Frequently Asked Questions about admin-infra-linode

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

FAQPage Schema
How do I automate Linode virtual machine deployment with specific server types and regions?

Automate Linode virtual machine deployment by specifying the server type, region, OS image, and SSH key for secure access. This process provisions the VPS infrastructure and returns the server IP address for immediate access and management.

Can I configure network firewalls for SSH and HTTP traffic on Linode?

Yes, you can configure network firewalls on Linode to manage security rules. The setup allows you to apply firewall configurations that permit specific traffic like SSH and HTTP/S, ensuring your virtual machines are protected upon deployment.

Does this support Linode Kubernetes Engine LKE autoscaling setup?

Yes, Linode Kubernetes Engine (LKE) autoscaling is fully supported. It facilitates the setup of Kubernetes clusters and enables autoscaling capabilities through direct LKE integration, allowing your cluster node pools to adjust automatically.

What is needed to manage SSH keys for secure access on Akamai Cloud infrastructure?

Secure access on Akamai Cloud infrastructure requires SSH key management during the provisioning process. You need to specify an existing SSH key, like 'my-key', when configuring the virtual machine to ensure secure administrative access to the server.

What is the best way to deploy an Ubuntu server on Linode in the us-east region?

The best way to deploy an Ubuntu server on Linode in the us-east region is by automating the provisioning process with specified configurations. This includes selecting the Ubuntu OS image, defining the server type like 'g6-standard-2', and applying firewall rules.

Are there limitations when provisioning Kubernetes clusters and firewalls on Linode?

Provisioning Kubernetes clusters and firewalls on Linode is limited to the supported regions, OS images, and server types available within the Akamai Cloud infrastructure. Configuration depends on valid SSH key management and existing LKE integration support.