Ensure docker, k3d and ngrok are installed.
brew update
brew install --cask docker ngrok
brew install k3d| --- | |
| session_name: acme-api | |
| start_directory: ./ | |
| suppress_history: false | |
| windows: | |
| - window_name: edit | |
| focus: true | |
| panes: | |
| - nvim -S $XDG_DATA_HOME/session/acme-api.vim | |
| - window_name: git |
| package main | |
| import ( | |
| "bytes" | |
| "encoding/json" | |
| "fmt" | |
| "io/ioutil" | |
| "net/http" | |
| ) |
Enable Stateful applications to access Dynamic Local PVs or Replicated PVs.
During a Hackathon I implemented a route-interception by HTTP Header value in Nginx-ingress for Kubernetes:
kind: ConfigMap
data:
http-snippet: |
map $http_x_feature_ucache $ucache_route_service {
default "$proxy_upstream_name";
'true' "default-cache-svc-3000";
המקור/Source: https://github.com/viraptor/reverse-interview
| עברית | English (original) |
|---|---|
| ?מהן המשימות שאעשה ביום רגיל | What are the tasks I would do on a usual day? |
| ?האם יש מטרות מסויימות עבורי | Are there any specific goals for me? |
| ?on-call - מה לוח-הזמנים והתכיפות של ה | What's the on-call plan/schedule? |
| ?הנוכחי בצוות junior vs. senior מה תמהיל | What's the junior/senior balance of the team? |