Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ibm-cloud-architecture/refarch-privatecloud
This project provides guidance on how to deploy IBM Private Cloud
https://github.com/ibm-cloud-architecture/refarch-privatecloud
Last synced: about 12 hours ago
JSON representation
This project provides guidance on how to deploy IBM Private Cloud
- Host: GitHub
- URL: https://github.com/ibm-cloud-architecture/refarch-privatecloud
- Owner: ibm-cloud-architecture
- Created: 2017-06-09T12:10:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-19T18:34:08.000Z (almost 4 years ago)
- Last Synced: 2023-08-16T23:42:38.687Z (over 1 year ago)
- Language: Perl
- Size: 33.5 MB
- Stars: 97
- Watchers: 37
- Forks: 138
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# IBM Cloud Private Reference Architecture
This project provides prescriptive guidance on how to efficiently deploy and operate IBM Cloud Private platform in the enterprise. We document the practical approach of planning enterprise private cloud environment, setting up DevOps tool chains, achieving HA/DR, securing the platform and monitoring your private cloud. The project contains assets and best practices to help accelerating the private cloud adoption.
## Architecture
![Architecture](images/architecture1012.jpg)
## Planning ICP clusters
## Sizing ICP
See the following page for recommended sizing of ICP environments: [Sizing](Sizing.md)
## Installing IBM Cloud Private
IBM Cloud Private (ICP) supports 64-bit Linux (Red Hat Enterprise Linux & Ubuntu 16.04 LTS) and Linux on Power. We provided some guidance on installing ICP on following virtualization and cloud platforms:
* VMware:
* [Installing ICP with Ubuntu](Installing_ICp_on_prem_ubuntu.md)
* [Installing ICP with RedHat Enterprise](icp-on-rhel/README.md)
* AWS: [Installing ICP on AWS](Installing_ICp_on_aws.md)
* VirtualBox: [Installing ICP on VirtualBox](https://github.com/ibm-cloud-architecture/refarch-privatecloud-virtualbox)
* OpenStack: [Installing ICP on OpenStack](OpenStack/Install_ICP_On_OpenStack.md)### Install ICP using TerraForm
* Terraform Module for provisioning ICP cluster: [terraform-module-icp-deploy](https://github.com/ibm-cloud-architecture/terraform-module-icp-deploy)
* IBM Cloud: [Deploy ICP Cluster to IBM Cloud](https://github.com/ibm-cloud-architecture/terraform-icp-ibmcloud)
* VMware: [Deploy ICP to VMware](https://github.com/ibm-cloud-architecture/terraform-icp-vmware)
* AWS: [Deploy ICP to AWS](https://github.com/ibm-cloud-architecture/terraform-icp-aws)
* OpenStack: [Deploy ICP to OpenStack](https://github.com/ibm-cloud-architecture/terraform-icp-openstack)
* Azure: [Deploy ICP to Azure](https://github.com/ibm-cloud-architecture/terraform-icp-azure)### Accessing IBM Cloud Private (ICP) through the CLI
[Accessing ICp](Accessing_ICp_through_CLI.md)
### Installing the Cloud Foundry Environment
[Installing ICP Cloud Foundry on-prem](InstallCloudFoundryOnPrem.md)### Hyper-V Recommendations
[Recommendations for Dynamic Memory Allocation Settings in Hyper-V](HyperV-Recommendations.md)## High Availability and Resiliency
[General High Availability Considerations](HighAvailabilityConsiderations.md)[Federated ICP clusters](Resiliency/Federating_ICP_clusters.md)
NOTE: This is an early experiential guide on how to federate multiple ICP clusters with the Kubernetes federation control plane utility. Not recommended for production usage.[Setup Highly Available ICP Cluster](Resiliency/Configure_HA_ICP_cluster.md)
Guide and best practice on install and configure a highly available ICP clusters with multiple master nodes, multiple proxy nodes and management nodes.[ICP HA/DR with backup on VMWare](Resiliency/vmware-icp-dr.md)
Guidance on how to take backup of ICP deployed on VMWare and restore the platform on a DR VMWare site.## Best practices
### Storage
[Storage Best Practices](ICp-Storage_best_practice.md)
See also the following article on working on storage in ICp: [Working with Storage](https://www.ibm.com/developerworks/community/blogs/fe25b4ef-ea6a-4d86-a629-6f87ccf4649e/entry/Working_with_storage?lang=en)
[Creating a Ceph instance and integrating it with ICP for dynamic storage provisioning](IntegratingICPWithCeph.md)
### Security LDAP
[Install OpenLDAP for ICP Integration](InstallAndConfigureOpenLDAP.md)
### DevOps
[DevOps Best Practices](Implementing%20DevOps%20for%20IBM%20Cloud.private.md)