Blog-on-Digital-Transformation

Kubernetes Networking: How to Write Your Own CNI Plug-in with ...

August 15, 2018 | 20 Comments | Siarhei Matsiukevich
Learn how to create a container network interface plug-in, configure and test it, as well as enable external access and communication between containers.

Golang Internals, Part 6: Bootstrapping and Memory Allocator ...

October 15, 2015 | 0 Comments | Siarhei Matsiukevich
This blog post explains how to initialize traceback, the stack pool, a memory allocator, size classes, the heap, etc.

Golang Internals, Part 5: the Runtime Bootstrap ...

This blog post explores the specifics of resizable stacks and internal TLS implementation.

Golang Internals, Part 4: Object Files and Function ...

March 18, 2015 | 1 Comment | Siarhei Matsiukevich
This blog post explores the structure of function metadata, and how a garbage collector uses it.

Golang Internals, Part 3: The Linker, Object Files, and ...

March 11, 2015 | 0 Comments | Siarhei Matsiukevich
Learn how to generate a Go object file and work with relocations, as well as what TLS is and how the Go linker operates.

Golang Internals, Part 2: Diving Into the Go ...

Using a sample Go program, this blog post explains how a node tree is generated and utilized.

Golang Internals, Part 1: Main Concepts and Project ...

This blog post explains the structure of a Go-based project, dives into the Go compiler, and overviews a Go node.

Juju Charms for Cloud Foundry: How to Deploy, Customize, and ...

December 5, 2014 | 0 Comments | Siarhei Matsiukevich
Overviewing the features of the new Juju charm for Cloud Foundry, this blog post demonstrates how to automate deployment or do it manually via a config file.