|
You are here |
blog.zespre.com | ||
| | | | |
major.io
|
|
| | | | | Launch your containers on Fedora CoreOS instances in Hetzner cloud with a few workarounds. ? | |
| | | | |
blog.oddbit.com
|
|
| | | | | In an OpenStack environment, cloud-init generally fetches information from the metadata service provided by Nova. It also has support for reading this information from a configuration drive, which under OpenStack means a virtual CD-ROM device attached to your instance containing the same information that would normally be available via the metadata service. It is possible to generate your network configuration from this configuration drive, rather than relying on the DHCP server provided by your OpenStac... | |
| | | | |
fabianlee.org
|
|
| | | | | The ability to quickly stand up a guest OS with cloud-init is most often associated with deployment of virtual machines in an IaaS like EC2 or Azure. But cloud-init is not just for remote cloud providers, and using cloud-init for local images that can be quickly deployed in KVM works great for local development and ... KVM: Testing cloud-init locally using KVM for an Ubuntu cloud image | |
| | | | |
www.inogic.com
|
|
| | | Introduction: In our recent blog, We saw how to create an Azure function and now that we have our Azure function ready and hosted, let's look at invoking the function through a workflow. At this point, we will execute the function through an HTTP request instead of registering the function as a Webhook. Let us modify the | ||