github.com/GoogleContainerTools/skaffold@v1.39.18/examples/getting-started/README.md (about)

     1  ### Example: Getting started with a simple go app
     2  
     3  [![Open in Cloud Shell](https://gstatic.com/cloudssh/images/open-btn.svg)](https://ssh.cloud.google.com/cloudshell/editor?cloudshell_git_repo=https://github.com/GoogleContainerTools/skaffold&cloudshell_open_in_editor=README.md&cloudshell_workspace=examples/getting-started)
     4  
     5  This is a simple example based on:
     6  
     7  * **building** a single Go file app and with a multistage `Dockerfile` using local docker to build
     8  * **tagging** using the default tagPolicy (`gitCommit`)
     9  * **deploying** a single container pod using `kubectl`