Dave: the Administrator
skills:
sysadmin
Operations Management
This section of the documentation is for Dave. Here you will find instructions on how to setup your own Nuvla instance, manage Container-as-a-Service (CaaS) infrastructures and even install NuvlaEdge devices at the edge.
Dave is quite an hands-on guy and might even be administrating multiple services and infrastructures.
Dave can…
Install his own Nuvla instance
Create and Manage Infrastructures
Populate Nuvla with Example Applications
Deploy a NuvlaEdge
Embed the Nuvla UI into another web application
The easiest way to do this is simply to include the Nuvla browser interface into the web application via an iframe
element:
<iframe src="https://nuvla.io"
style="width:100%; height:100ex; v-scroll:auto; padding: 1ex !important; margin: 0 !important">
<p>Your browser does not support iframes.</p>
</iframe>
Note: if you are using your own Nuvla deployment, simply adjust the
src="https://nuvla.io"
value.
Embedding the interface in this way avoids issues with cross-site scripting restrictions, conflicts with Javascript libraries, etc.