-
Notifications
You must be signed in to change notification settings - Fork 359
Home
Greg Cobb edited this page May 19, 2022
·
12 revisions
Before proceeding, please read the Cloud Foundry Code of Conduct!
The Cloud Controller is a component of, and the primary API for, the CAPI Bosh Release. That release is, in turn, a key part of the Cloud Foundry (CF) system.
This wiki is a collection of long-form content related to the Cloud Controller that may be relevant to maintainers and contributers.
- CF Documentation: http://docs.cloudfoundry.org/
- V3 API Docs: https://v3-apidocs.cloudfoundry.org/
- V2 API Docs (Deprecated): http://apidocs.cloudfoundry.org
- Tracker (Project Management): https://www.pivotaltracker.com/n/projects/966314
- CAPI Team Wiki: https://github.com/cloudfoundry/capi-team-checklists/wiki
- Travis: https://travis-ci.org/cloudfoundry/cloud_controller_ng
- Boxes & Lines diagrams: https://drive.google.com/drive/folders/0B2jIejYdNcaycHdyc0lMWERDcDg?resourcekey=0-ofn6Znrzw3VhYawg3JtYpA&usp=sharing
As you read this document, please help future contributors by adding additional things that you think are useful or updating/removing information that has gone out of date. Thanks!
-
Pipelines
-
Contributing
- Tips and Tricks
- Cloud Controller API v3 Style Guide
- Playbooks
- Development configuration
- Testing
-
Architectural Details
-
CC Resources
- Apps
- Audit Events
- Deployments
- Labels
- Services
- Sidecars
-
Dependencies
-
Troubleshooting
- Ruby Console Script to Find Fields that Cannot Be Decrypted
- Logging database queries in unit tests
- Inspecting blobstore cc resources and cc packages(webdav)
- How to Use USR1 Trap for Diagnostics
- How to Perf: Finding and Fixing Bottlenecks
- How to get access to mysql database
- How To Get a Ruby Heap Dumps & GC Stats from CC
- How to curl v4 internal endpoints with mtls
- How to access Bosh Director console and restore an outdated Cloud Config
- Analyzing Cloud Controller's NGINX logs using the toplogs script
-
k8s
-
Archive