private

command
v0.0.0-...-5ffd849 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 27, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

README

Private

Demo that shows how to create a "private" application that is only accessible from within the Code Engine product. Meaning, it does not have an external endpoint/URL that is reachable from the internal.

In this example we'll create 2 apps, frontend and backend. frontend will be a normal app, accessible from the internet. backend is private and is only accessible to frontend. Calling frontend will curl the backend app and then include its response in the output back to the user.


As noted in the main README, this sample has two pieces:

  • a build script which will build the container image(s) used
  • a run script which deploys resources that use those images

The main purpose of this example is the run script, but the build script is included for complete educational (and reuse) purposes.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL