kubernetes-playgrounds / skaffold-getting-started

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example: Getting started with a simple go app

This is a simple example based on:

  • building a single Go file app and with a multistage Dockerfile using local docker to build
  • tagging using the default tagPolicy (gitCommit)
  • deploying a single container pod using kubectl

About


Languages

Language:Dockerfile 70.5%Language:Go 29.5%