Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Node.js Workflow with Minikube and Skaffold

Node.js Workflow with Minikube and Skaffold

Brandon Philips

August 14, 2018
Tweet

More Decks by Brandon Philips

Other Decks in Programming

Transcript

  1. you

  2. your with Ada.Text_IO; procedure Hello_World is use Ada.Text_IO; begin Put_Line("Hello,

    world!"); end; #include <stdio.h> int main() { printf("Hello, world!\n"); } package main import "fmt" func main() { fmt.Println("Hello, world!") }
  3. $ while read host; ssh $host … < hosts Problems:

    No monitoring, no state to recover
  4. ???

  5. ???