Skip to content

Repository files navigation

Running a basic Node app in GKE

Posting different manifests to Google Kubernettes Engine:

  • in namespaces
  • with labels and annotations; in the following illustration each pod is labeled with two labels:

app , which specifies which app, component, or microservice the pod belongs to. rel , which shows whether the application running in the pod is a stable, beta, or a canary release. (a software release can be: stable, beta, canary, and so on)

label-release

  • with liveness-probe
  • in replicasets

The actual act of managing the replicated Pods is an example of a reconciliation loop.

recon-loop

About

Running a basic Node app in GKE

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages