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¶
- Installation: Get Kubiya SDK up and running
- Quick Start: Build your first Docker-based tools and workflows
- Key Concepts: Understand the fundamental concepts behind Kubiya
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:
- Zero Reinvention: Use existing Docker images for specialized tasks
- Infrastructure Flexibility: Run tools on any infrastructure that supports Docker
- Simplified Development: Focus on tool composition, not implementation details
- 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!