I hereby claim:
- I am krotkiewicz on github.
- I am krotkiewicz (https://keybase.io/krotkiewicz) on keybase.
- I have a public key ASDsjLPgP6rBmqdlx4v_8d7wdFpnAa4bICRmQAvWjxTGGAo
To claim this, I am signing this object:
using System; | |
using System.Web.Http; | |
using System.Net; | |
using System.Net.Http; | |
using Products.Service.DataTransferObjects.Commands; | |
using Products.Service.MicroServices.Products.Commands; | |
using Products.Service.MicroServices.Products.Handlers; | |
using MicroServices.Common.Exceptions; | |
namespace Products.Service.Controllers |
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
* I am krotkiewicz on github. * I am krotkiewicz (https://keybase.io/krotkiewicz) on keybase. * I have a public key ASBwLQR6i24LcykCYNQarz-vHLTucsf_YS0S6SJTqllUkgo
To claim this, I am signing this object:
root@node:~$ docker ps | |
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES | |
c3369c72ebb2 nginx@sha256:aa1c5b5f864508ef5ad472c45c8d3b6ba34e5c0fb34aaea24acf4b0cee33187e "nginx -g 'daemon off" 3 minutes ago Up 3 minutes k8s_nginx_nginx-node_default_594710e736bc86ef2c87ea5615da08b1_0 | |
b603d65d8bfd gcr.io/google_containers/pause-amd64:3.0 "/pause" 3 minutes ago Up 3 minutes k8s_POD_nginx-node_default_594710e736bc86ef2c87ea5615da08b1_0 | |
root@node:~$ docker inspect b603d65d8bfd | jq .[0].NetworkSettings.IPAddress | |
"172.17.0.2" | |
root@node:~$ curl 172.17.0.2 | |
<!DOCTYPE html> | |
<html> |
root@node:~$ kubelet --pod-manifest-path /tmp/manifests &> /tmp/kubelet.log & |
$ doctl compute droplet create node --region fra1 --size 2gb --image ubuntu-16-04-x64 --enable-private-networking --ssh-keys 79:29:54:77:13:2f:9c:b8:06:3e:8b:fe:8d:c0:d7:ba | |
$ doctl compute droplet list (env: st) | |
ID Name Public IPv4 Private IPv4 Public IPv6 Memory VCPUs Disk Region Image Status Tags | |
63370004 node1 46.101.177.76 10.135.53.41 2048 2 40 fra1 Ubuntu 16.04.3 x64 active | |
$ ssh [email protected] |
vol-007528cbc06b6fd7c |
Workflow Deployment: | |
1. User deploys with version1 | |
2. Dash generates deploy_id1 and send it to builder to build image, builder reponds with success | |
3. Dash stores deploy_id1 and version1 for that project | |
4. Dash returns version1 to user | |
Workflow Scheduling via Dash: | |
1. User sends request to dash to schedule spider1 | |
2. Dash sends request to JobQ with version1 and deploy_id1, JobQ responds with success and creates job1 with version1 and deploy_id1 | |
3. When job1 should be run, JobQ sends request to Kumo Scheduler with deploy_id1 and version1 |