I ama pro user. But I am not understnading how to actually use KOdeKloud playgrounds ex-Kuberenetes. It shows me a terminal when I launch. But where should I write my yaml and other studd. DO we have any vedio for best usage of KodeKloud platform
Hi @manu1
The Playgrounds are ephemeral instances created with all the required technologies installed into them. For example, Kubernetes playground provides an instance of a VM that is pre-installed with Kubernetes and ready to use. You can now use the VM to create Kubernetes resources by creating YAML manifests.
Similarly, any Cloud playground comes with a temporary IAM user, and a VM created and ready to use.
Once you close the playground or it times out, all the work you’ve done on it gets deleted.
Hope this helps!