Next Steps
Once you know the basics of Subkube, let's deploy something cool. We've outlined some resources we think are great to get started using Kubernetes on Subkube.
Helm Charts
Helm is a great tool to get to know k8s using your favourite apps, as it allows you to install and upgrade entire applications to namespaces. From there on you can use our Ingress UI to expose your apps to the world!
Tip
It is highly recommended you read the fairly extensive guide we've written on how to use helm before attempting to run any of the following examples. Consider yourself warned
Tip
The following code samples assume a default namespace is set, as outlined here.
Wordpress
The worlds most popular CMS, now on Subkube!
1 2 |
|
Home Assistant
Control your home from the cloud! Well, almost 😉
1 2 |
|
Building an App from scratch
Kubernetes is the ideal platform to develop your new idea on. Use the following guides to get started using the programming language of your preference.
Coming Soon