cloud-foundation-fabric/blueprints/third-party-solutions/README.md

18 lines
947 B
Markdown
Raw Normal View History

# Third Party Solutions
2022-09-09 06:59:57 -07:00
The blueprints in this folder show how to automate installation of specific third party products on GCP, following typical best practices.
2022-09-09 06:59:57 -07:00
## Blueprints
### OpenShift cluster bootstrap on Shared VPC
2023-05-13 20:51:46 -07:00
<a href="./openshift/" title="HubOpenShift bootstrap example"><img src="./openshift/diagram.png" align="left" width="280px"></a> This [example](./openshift/) shows how to quickly bootstrap an OpenShift 4.7 cluster on GCP, using typical enterprise features like Shared VPC and CMEK for instance disks.
<br clear="left">
### Wordpress deployment on Cloud Run
<a href="./wordpress/cloudrun/" title="Wordpress deployment on Cloud Run"><img src="./wordpress/cloudrun/architecture.png" align="left" width="280px"></a> This [example](./wordpress/cloudrun/) shows how to deploy a functioning new Wordpress website exposed to the public internet via CloudRun and Cloud SQL, with minimal technical overhead.
<br clear="left">