28
GOLANG AS THE DREAM OF A DEVOPS ENGINEER

VDay 2015 - Golang as the Dream of a Devops Engineer

Embed Size (px)

Citation preview

Page 1: VDay 2015 - Golang as the Dream of a Devops Engineer

GOLANG AS THE DREAM OF A

DEVOPS ENGINEER

Page 2: VDay 2015 - Golang as the Dream of a Devops Engineer

MÁTÉ GULYÁSCTO

@gulyasm

Page 3: VDay 2015 - Golang as the Dream of a Devops Engineer

ENBRITELYLOVES

SERVICES

Page 4: VDay 2015 - Golang as the Dream of a Devops Engineer

ENBRITELYLOVES

MICROSERVICES

Page 5: VDay 2015 - Golang as the Dream of a Devops Engineer

MICROSERVICESLOVES

GO

Page 6: VDay 2015 - Golang as the Dream of a Devops Engineer

ENBRITELYLOVES

GO

Page 7: VDay 2015 - Golang as the Dream of a Devops Engineer
Page 8: VDay 2015 - Golang as the Dream of a Devops Engineer

GO IS GREAT FOR

DEPLOYMENT

Page 9: VDay 2015 - Golang as the Dream of a Devops Engineer

AMI

PACKER

GITHUB

ANSIBLE

TERRAFORM

CONSUL

AMI-ID

Page 10: VDay 2015 - Golang as the Dream of a Devops Engineer

STICK WITH THE STANDARD LIBRARY

Page 11: VDay 2015 - Golang as the Dream of a Devops Engineer

MIDDLEWARE?I WANT MY MIDDLEWARES!

Page 12: VDay 2015 - Golang as the Dream of a Devops Engineer

LOGGING

Page 13: VDay 2015 - Golang as the Dream of a Devops Engineer

LOG ONLY WHAT’S IMPORTANT

ERROR MESSAGE DETAILS!

SET LOG PREFIX

Page 14: VDay 2015 - Golang as the Dream of a Devops Engineer

GO TOOLS

Page 15: VDay 2015 - Golang as the Dream of a Devops Engineer
Page 16: VDay 2015 - Golang as the Dream of a Devops Engineer

GO TOOLS go fmtgo vetgo testgo getgolint

Page 17: VDay 2015 - Golang as the Dream of a Devops Engineer

1. is my service RUNNING?

2. what VERSION is running?

3. what is the UPTIME?

A FEW QUESTION...

Page 18: VDay 2015 - Golang as the Dream of a Devops Engineer

go RunHeartbeatService(":10101")

https://github.com/enbritely/heartbeat-golang

Page 19: VDay 2015 - Golang as the Dream of a Devops Engineer

ALWAYS WRITE A UI

Page 20: VDay 2015 - Golang as the Dream of a Devops Engineer

ALWAYS CREATE A UI

YOUR TEAM WILL THANK YOU!

Page 21: VDay 2015 - Golang as the Dream of a Devops Engineer

CONFIGURATION

Page 22: VDay 2015 - Golang as the Dream of a Devops Engineer
Page 23: VDay 2015 - Golang as the Dream of a Devops Engineer
Page 24: VDay 2015 - Golang as the Dream of a Devops Engineer

.dotenv file

export DB_USER=rootexport DB_PASSWORD=rootexport DB_HOST=localhost:3306export DB_DATABASE=TestDBexport ADDRESS=:12500export CS_ADDRESS=http://localhost:12300/apiexport HEARTBEAT_ADDRESS=:12501

Page 25: VDay 2015 - Golang as the Dream of a Devops Engineer

SUMMARY

Uniform build, deployment

Uniform Heartbeat signal

Always provide UI

Use env variables for configuration

Use the tools

Page 26: VDay 2015 - Golang as the Dream of a Devops Engineer

=

Page 27: VDay 2015 - Golang as the Dream of a Devops Engineer

WE ARE HIRING!

Page 28: VDay 2015 - Golang as the Dream of a Devops Engineer

MATE [email protected]

@gulyasm @enbritely

THANK YOU!