
Learn to use OpenTofu productively in three days. From HCL basics through state encryption and modules to CI/CD integration and Terraform migration. You work hands-on in your own cloud environment.
What makes this workshop stand out
After three days of OpenTofu training, you work independently with Infrastructure as Code. Here is what you take away:
.tftest.hcl, security scanning with Checkov and Trivy, and a CI/CD pipeline skeleton for team workflowsAll exercises run in our cloud environment. No local setup, no hassle. You take home a working OpenTofu project.
Coming from Terraform? The comparison is worth it: our Terraform training covers the BSL variant.
Want to continue? Our Kubernetes fundamentals training shows how to provision Kubernetes clusters with OpenTofu and deploy workloads.
Without standardised infrastructure processes, your team spends time on manual configuration instead of development. This OpenTofu training changes that:
Small groups of maximum 8 participants so we can address questions specific to your project context.
Required:
Not required:
Unsure about Linux basics? Our Linux introduction provides the ideal preparation.
All from one hand!
With our high-quality trainings and workshops, you can bring yourself and your team up to date. All this with many benefits that you get from us.
How participants experience our trainings
4.9/ 5
1047+ participant reviews · unfiltered
across all DevNinjas trainings
DevNinjas overall: over 1,384 participants · 207 companies · 241 workshops
Including BMW, Bundeswehr, Deutsche Bahn and many more.
"My colleagues specifically looked for a sysadmin course for Docker with another provider and had an instructor who only set up an IDE for them and then only worked on a task sheet with development tasks. I had a course with lots of background information, an instructor who had a really extensive knowledge of the whole subject matter beyond the slides, and I feel optimally informed."

"The advanced Kubernetes workshop at DevNinjas really helped me grow professionally. The content was practical and excellently prepared, so even complex topics like RBAC, network policies and Ingress were conveyed in an understandable and directly applicable way. The deep expertise of the trainer was especially impressive and noticeable in every session. I can recommend this workshop to anyone who wants to use Kubernetes in production!"

"From my perspective, the workshop had the right speed and an appropriate level of challenge. The subject matter was explained clearly by the instructor and practically consolidated with well-distributed exercises. Adjusting the workshop focus to the participants wishes was not a problem. Valuable practical experiences were shared, and even more specific questions were gladly answered. The instructor's professional expertise and extensive practical experience on the subject gave this workshop a special quality."

"The seminar gave a very good overview of Docker administration, with a look at Kubernetes and how this knowledge simplifies everyday work. Many small, easy-to-follow examples with hands-on exercises and a focus on best practice consolidated what we learned. The instructor had an answer to every question, and for very specific questions he came back with a fitting example. The alternation between introductions and exercises was very well organised."

"The workshop was very informative and I could immediately spot the mistakes I had made in past Docker projects. Before, I lacked the theory and the fundamentals, so I had only been acting on best practice. Now I can write stable Dockerfiles and Docker Compose setups and secure them properly. A very good workshop that was also a lot of fun!"

"In the workshop the most important Docker and Kubernetes topics were put together, prepared and explained superbly. The exercises fit precisely and were very well chosen in terms of difficulty. I am very satisfied with how much I learned in the five days and feel well prepared for upcoming tasks at work. Sure, you can teach yourself a lot on your own with AI tools, but without the workshop I would not have gained this overview or worked through so many exercises independently."

"Nico is a very friendly and technically skilled instructor. He answered all questions well. You quickly notice that he combines academic expertise with many years of professional practice."

"The workshop gave me a very good insight into Kubernetes and made working with containers much clearer. Nico delivered the content in a practical and well-structured way, so I could quickly find my way around. The hands-on exercises in particular helped me apply what I learned directly. For anyone looking for a solid introduction to Kubernetes, this workshop is definitely recommended."

"I really enjoyed the Docker & Kubernetes workshop at DevNinjas. Nico explained the complex topics around containers and orchestration in a very understandable and practical way. The mix of theory and hands-on exercises was perfect for being able to apply everything directly. I was able to take a lot away for my everyday work and now feel significantly more confident working with Docker and Kubernetes."

"The Docker workshop at DevNinjas was an all-round success. The content was clearly structured and practically delivered, including meaningful hands-on exercises. I took away a lot and feel significantly more confident working with Docker. Even more complex topics like multi-stage builds and networking were explained in an understandable way. A clear recommendation for anyone who really wants to understand Docker!"

"I really enjoyed the Docker workshop at DevNinjas! The content was well structured and clearly explained, even for beginners like me. The mix of theory and hands-on exercises was especially helpful for trying Docker directly. By the end, I was able to build my own images, configure containers and set up networks. Absolutely recommended for anyone who wants to learn Docker!"

"The "Docker & Kubernetes Bundle" training provided me with solid, practical knowledge for everyday work and enabled me to handle Docker and Kubernetes professionally. The excellently structured material offers real added value, even beyond the workshop. The combination of technical depth and interactive delivery by the trainer rounded off the whole experience. An experience that continues to help me even after the training."

"It was fun and I learned a lot that I can actually apply directly in my company. The trainer's approach was very hands-on, and he repeatedly brought in real-world examples."

"I can recommend the Docker workshop at DevNinjas without reservation! The training was excellently structured: theory and practice complemented each other perfectly. The trainer always answered questions competently and clearly, making even more complex topics easily accessible. I was especially impressed by the professionally designed workshop materials, which are very useful as a reference even after the course. Overall, a thoroughly successful learning experience!"

"The seminar was superbly prepared, the group pleasantly small and the materials first-class. An excellent instructor who knows the subject inside out, takes time for the participants and answers questions in detail. The learning material alternated in a balanced way between theory and hands-on exercises that were timed excellently."

"Competent instructor. Individual approach to problems and topics. Interesting structure. Highly recommended to get an in-depth insight into the Docker world. The workshop was definitely worth it. Thanks!"

Related Workshops for You




Your Contact
Key Account Manager
Looking for the right Kubernetes or DevOps training for your team? Vincent personally advises you on open workshops, certification prep and customized in-house training. He can also connect you with our consulting services. Get in touch with him directly.
No. OpenTofu uses HCL (HashiCorp Configuration Language), a declarative language specifically designed for infrastructure configuration. HCL is not a programming language in the traditional sense: you describe the desired state of your infrastructure, not the path to get there. We introduce the syntax from scratch. You should bring basic terminal skills (navigating files, running commands).
When the Terraform license switched to BSL 1.1 in 2023, OpenTofu emerged as a community fork under MPL 2.0. Since then, the two tools have been diverging:
License: Terraform has used the BSL 1.1 license since August 2023, while OpenTofu remains under MPL 2.0 and is maintained by the Linux Foundation as a CNCF Sandbox project.
Exclusive features: OpenTofu offers state encryption (client-side encryption of state files), early variable evaluation (variables in module sources and backend configurations) and the enabled meta-argument for conditional resources. These features do not exist in Terraform.
Compatibility: HCL syntax, providers and workflow are identical in both. Anyone who learns OpenTofu can also work with Terraform. In the workshop, we cover the differences in detail and practise migration.
Yes. OpenTofu has been maintained as a CNCF Sandbox project since April 2025, with the current stable version being 1.11.5 (February 2026). Companies like Spacelift, env0 and Scalr support OpenTofu as a platform, and the provider ecosystem is fully compatible with Terraform's.
Reality check: OpenTofu is production-ready, and the community is growing. At the same time, the ecosystem around Terraform (HCP Terraform, commercial partners) remains larger. In the workshop, we provide a factual assessment of the current situation so you can make an informed decision for your team.
Yes, migration is straightforward in most cases. OpenTofu is designed as a drop-in replacement for Terraform: you swap the binary, update the lock file (.terraform.lock.hcl) and adjust registry references. State is compatible, providers work identically.
What to watch for: If you use Terraform versions from 1.6 onwards, some features are implemented differently in OpenTofu (e.g. removed block, testing). In the workshop, you migrate a real Terraform project step by step and learn where the pitfalls are.
After three days, you can:
.tftest.hcl, security scanning with Checkov and TrivyReality check: You won't be an OpenTofu expert after three days, but you can work independently and productively with OpenTofu. Advanced topics like multi-account strategies or complex module compositions require hands-on experience in your own projects.
Around 70% hands-on practice, no slide-only presentations. Each block starts with a brief concept introduction and moves straight into practical implementation. You work in a dedicated cloud environment (no shared lab, no local installation). Each day concludes with a larger hands-on block: day 1 a dedicated VM, day 2 a multi-tier infrastructure with encrypted state, day 3 a final project with tests and CI pipeline.
Terraform stores state as plain text, even when individual values are marked as sensitive. OpenTofu encrypts state and plan files client-side with AES-GCM before they reach any backend.
Supported key providers:
You configure encryption in the terraform block of your configuration. Key rotation is possible without recreating state. In the workshop, you set up state encryption hands-on.
Our trainings usually take place from 9:00 to 16:00, both on-site and for public remote trainings.
For corporate trainings, other time models are flexible and can be worked out together.
We recommend a maximum of 8 participants per training to ensure individual attention for each participant. For corporate trainings, arrangements for larger groups are possible.
Yes, upon completion you will receive an official certificate of attendance from DevNinjas as PDF. This confirms your successful participation and the topics covered. The certificate is perfect for conversations with your employer and your personnel file.
Additionally, you will receive a verified digital badge that you can directly embed in your LinkedIn profile (section "Licenses & Certifications"). The badge follows the Open Badges 2.0 standard and is verifiable via QR code at any time. This way you showcase your qualification and position yourself with recruiters.
Workshop dates
Choose a suitable date and book directly online. All dates are guaranteed to run.
10. – 12. August 2026
09:00 - 16:00 (CET/CEST, German time)
1.665,00 €
per person · plus 19% VAT
10. – 12. August 2026
09:00 - 16:00 (CET/CEST, German time)
1.665,00 €
per person · plus 19% VAT
24. – 26. August 2026
09:00 - 16:00 (CET/CEST, German time)
1.665,00 €
per person · plus 19% VAT
07. – 09. September 2026
09:00 - 16:00 (CET/CEST, German time)
1.665,00 €
per person · plus 19% VAT
Guaranteed to run
Every training date takes place: no cancellation due to low participant numbers.
Invoice after the workshop
No prepayment: pay conveniently by invoice afterwards.
3-for-2 promotion*
Register three participants, pay for two: the third seat is free.
Price per participant
Transparent fixed price per participant, plus VAT.
No hidden costs
Cloud lab (DevNinjas Dojo) and all training materials are included in the price.
Certificate & Open Badge
Certificate of attendance plus a digital Open Badge for your LinkedIn profile included.
* Cannot be combined with other discounts.
Tailor a workshop for your team?
Custom content, flexible dates, from 1 participant.