Skip to content

Getting Started with Kubiya SDK

Welcome to Kubiya SDK! This section will help you get started with building Docker-based tools and workflows.

What You'll Learn

  • How to install and set up Kubiya SDK
  • Basic concepts and core architecture
  • Creating your first Docker-based tools
  • Building and executing workflows

Quick Navigation

What Makes Kubiya Different

Kubiya SDK takes a Docker-first approach to tool building. Instead of writing complex business logic from scratch, you can leverage the vast ecosystem of Docker images as building blocks for your tools. This means:

  1. Zero Reinvention: Use existing Docker images for specialized tasks
  2. Infrastructure Flexibility: Run tools on any infrastructure that supports Docker
  3. Simplified Development: Focus on tool composition, not implementation details
  4. Scalability: Easily scale your tools with Kubernetes integration

Ready to get started? Check out the Quick Start guide to build your first Docker-based tool!