Skip to content

Latest commit

 

History

History
68 lines (48 loc) · 1.14 KB

README.md

File metadata and controls

68 lines (48 loc) · 1.14 KB

Golang

Container and Cluster Management

Language Reference

Key Concepts

  • control group
  • namespace
  • libcontainer
  • lxc

Java Version

  • use fabric8s as client
  • maven docker plugin

Python Version

  • docker compose
  • kubernetes
  • mesos

Languge and Key Point

  • golang/go
  • structure type
  • map type
  • array type
  • slice type
  • interface type
  • struct embedding
  • http: server,mux and handler
  • defer
  • goroutine
  • directory name, file name and package name
  • channel type
  • interface,struct and struct methods
  • channel and channel buffer for data send and receive.
  • embedded type and promoted method.
  • command line flag and parse
  • standard library
  • crypto

Go Compiler

  • how to implement
  • gcc go compiler
  • cgo

Command Library

  • cobra command

Playground

Protocol Buffer

  • Message
  • Specication Implementation