Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/bakeruk/kubernetes-hello-world-api

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/bakeruk/kubernetes-hello-world-api

  • v0.0.0-20210312225443-e611f785096a
  • Source
  • Go
  • Socket score

Version published
Created
Source

Kubernetes Hello World API

A "Hello world" API designed to be deployed on Kubernetes. Built using Go Gin.


Table of contents

  • Table of contents
  • Prerequisites
  • Getting started

Prerequisites

Getting started

1. Install the projects dependencies

Before we begin, lets install the projects dependencies,

go install

2. Development

We can run and watch for any code changes using a package called Air,

make dev

3. Build and run

Now lets build an executable binary and run the project,

make build && \
./kubernetes-hello-world-api

4. Containerize the project (optional)

To build a Docker image of the project,

make docker-build

This next step is intended for use with the bakeruk/kubernetes-hello-world-kustomization project. This will tag and push the newly built Docker image to the the bakeruk/kubernetes-hello-world-kustomization local registry,

make docker-push-local

FAQs

Package last updated on 12 Mar 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc