---
title: Cloud Foundryの勉強用リンク集
tags: ["Cloud Foundry"]
categories: ["Service", "PaaS", "CloudFoundry"]
date: 2015-12-28T06:26:23Z
updated: 2016-01-15T03:17:19Z
---

自分用メモ。

お勧めがあれば[Pull Request](https://github.com/making/blog.ik.am/blob/master/content/00363.md)ください！

### Cloud Foundryとは

* [Cloud Foundryの件について@Open Source Conference 2015 Fall/Tokyo](https://speakerdeck.com/ozzozz/tokyo)

### トレーニング資料

* [Cloud Foundry for Beginners: from Zero to Hero](https://github.com/CloudCredo/training-cf-zero-to-hero)
* [Operating a Platform: BOSH and Everything Else](https://github.com/CloudCredo/training-operating-the-foundry)
* [Microservices on Cloud Foundry: Going Cloud Native](https://github.com/CloudCredo/microservices-training)
* [Cloud Native Java Workshop](https://github.com/joshlong/cloud-native-workshop)

### アーキテクチャ全体 (Diego)

* [Diego: Re-envisioning the Elastic Runtime](https://www.youtube.com/watch?v=1OkmVTFhfLY)
* [Diego Update](https://www.youtube.com/watch?v=SSxI9eonBVs)
* [Cloud Foundryの次バージョンでDockerや.NET対応を実現する「Diego」の内部構造は？（前編） 第25回PaaS勉強会](http://www.publickey1.jp/blog/15/cloud_foundry_diego.html)
* [Cloud Foundryの次バージョンでDockerや.NET対応を実現する「Diego」の内部構造は？（後編） 第25回PaaS勉強会](http://www.publickey1.jp/blog/15/cloud_foundry_diego2.html)

### アーキテクチャ全体 (DEA)

* [PaaS基盤「Cloud Foundry V2」のアーキテクチャは、どうなっている？（前編）](http://www.publickey1.jp/blog/14/paascloud_foundry_v2.html)
* [PaaS基盤「Cloud Foundry V2」のアーキテクチャは、どうなっている？（後編）](http://www.publickey1.jp/blog/14/paascloud_foundry_v2_1.html)
* [PaaS基盤「Cloud Foundry V2」内部で使われるBuildpack、Wardenコンテナの仕組みとは？（前編）](http://www.publickey1.jp/blog/14/paascloud_foundry_v2buildpack_warden.html)
* [PaaS基盤「Cloud Foundry V2」内部で使われるBuildpack、Wardenコンテナの仕組みとは？（中編）](http://www.publickey1.jp/blog/14/paascloud_foundry_v2buildpackwarden.html)
* [PaaS基盤「Cloud Foundry V2」内部で使われるBuildpack、Wardenコンテナの仕組みとは？（後編）](http://www.publickey1.jp/blog/14/paascloud_foundry_v2buildpackwarden_1.html)
* [クラウド分解辞典−Cloud Foundryの実像](http://it.impressbm.co.jp/category/c320036)
* [Cloud Foundryで学ぶ、PaaSのしくみ講座](http://www.slideshare.net/jacopen/paas-for-beginners)

### BOSH

* [Tutorial](https://j.mp/learn-bosh)
* [Creating a release](http://bosh.io/docs/create-release.html)
* [BOSH 101](https://speakerdeck.com/ozzozz/bosh-101)


### Service Broker

* [CF Workshop Service Broker Lab](https://github.com/cf-platform-eng/cf-workshop-sb-module) (古くて動かない)
* [hello-service-broker](https://github.com/Sbodiu-pivotal/hello-service-broker)
* [worlds-simplest-service-broker](https://github.com/cloudfoundry-community/worlds-simplest-service-broker)

### Loggregator

* [loggregator update](http://www.slideshare.net/foobaz3/loggregator-update)
