Tutorials¶
Welcome to the Kubiya SDK tutorials! These step-by-step guides will help you learn how to use Kubiya to build powerful Docker-based tools and workflows.
Getting Started Tutorials¶
- Creating Your First Tool: Learn how to create a basic Docker-based tool
- Building a Workflow: Create and run a simple workflow
Docker Integration¶
- Docker Image Integration: Leverage existing Docker images in your tools
- File Mounting: Work with local files and volumes in Docker containers
Deployment¶
- Kubernetes Deployment: Run your tools on Kubernetes
- Service Integration: Integrate with external services and APIs
What to Expect¶
Each tutorial includes:
- Step-by-step instructions
- Real code examples
- Explanations of key concepts
- Tips for best practices
All examples use real Docker images and demonstrate practical use cases to show the power of Kubiya's Docker-based architecture.
Before You Begin¶
Make sure you have:
- Installed Kubiya SDK
- Docker running on your system
- Basic familiarity with Python
Still Have Questions?¶
If you get stuck or have questions, check out the Community & Ecosystem section for support resources.
Ready to start? Begin with Creating Your First Tool!