The workshop of Cloud Native Java

I wen to this workshop 8th July 2016 in Osaka.
github.com
The speaker was Mr.@ who is a Java champion.
f:id:tomoTaka:20160710194518j:plain
The session was all in English, so I could not understand all of them.
In addition, since I have little knowledge, I should have learned it before.
Anyway it was very fun and we had a wonderful time thanks to Mr Josh!
f:id:tomoTaka:20160710194527j:plain
f:id:tomoTaka:20160710194535j:plain

He introduced this site.And he said that he likes his production, but this is the next site he likes.
http://start.spring.io

During the live coding, he asked some participant about their name.
And put these names to sample customers name in the code.I like this idea!

This is my personal expression.
He often used the word "agility".
And what I like is using cloud is very useful.
Using cloud services makes our tasks simple and easy.
For Example, if you use Cloud Foundry, you can scale very easily just put one parameter like this

cf scale cf-spring -i 2

Moreover, he mentioned a lots of technology like Eureka,Redis, Zulu,Feign, Actuator, Stream Rabbit,etc.
It was an eye opener for me, and I must learn some of them.

Because of my poor English skill, I can not write more... ;-(

But on the other side, I tried Cloud Foundry.
I found it very easy and useful!

  • install

Installing the cf CLI | Cloud Foundry Docs
f:id:tomoTaka:20160710082632p:plain

  • create my account

Installing the cf CLI | Cloud Foundry Docs

  • deploy sample application

You can deploy a sample application just by following this instruction.
pivotal.io

  • start the service
cf login -a https://api.run.pivotal.io
> enter login id 
> enter password
cf push
...
cf create-service elephantsql turtle cf-spring-db
cf bind-service cf-spring cf-spring-db
cf restart cf-spring
cf service
cf scale cf-spring -i 2 #インスタンス数を設定
cf scale cf-spring -m 1G
cf scale cf-spring -k 512M
cf services
cf app cf-spring

I like setting some configuration by using some commands.
f:id:tomoTaka:20160710083646p:plain
f:id:tomoTaka:20160710083432p:plain

I really appreciate all of staff and the company named "株式会社ロックオン様" which provided the venue.
I want to thank you again Mr.Josh and Maki-San @!!!
And The company "株式会社ロックオン様" which provided the venue.

I will continue coding... ;-)