ssh to the minions in pks cluster

a. Open the Ops Manager interface by navigating to the Ops Manager fully qualified domain name (FQDN) in a web browser.

b. Click the Ops Manager Director tile and select the Status tab.

c. Record the IP address for the Director job. This is the IP address of the VM where the BOSH Director runs.
d. Select the Credentials tab.

e. Click Link to Credential to view the Director Credentials. Record these credentials.

f. ssh to the ops manager vm
a. bosh alias-env gcp -e 192.168.101.10 –ca-cert /var/tempest/workspaces/default/root_ca_certificate
where 192.168.101.10 is the DIRECTOR-IP-ADDRESS we retrieved in step 1.
b. bosh -e gcp log-in
enter the identity and password retrieved in step 1
c. bosh -e gcp vms
will list the vms
d. bosh -e gcp -d service-instance_00579a16-7d5e-4ab5-9dfb-e70873d24ed2 ssh worker/55764b66-7eb9-4834-a9f4-24fd421558cc
where service-instance_00579a16-7d5e-4ab5-9dfb-e70873d24ed2 is deployment name and is instance name

Cloud Foundry

cloud foundry: automatic deployment of applications.

It has BOSH which communicates with the infrastructure and ensures that the systems are up aand running, health monitoring.

docker hit memory for some accounting bu can be disab

Cloud Foundry Part 2

http://pivotal.io/platform

gem install vmc

vmc target api.cloudfoundry.com

vmc passwd to change password

vmc login to login

vmc info

vmc push

vmc instances myfoo +10 to add 10 machines

vmc instances myfoo -10

you can use micro cloud foundry  —very interesting

cloud foundry very interesting