@@ -44,73 +44,6 @@ <h1 class="white--text mb-2 display-1 text-xs-center">${ info.message }</h1>
44
44
</ v-layout >
45
45
</ v-parallax >
46
46
</ section >
47
- < section >
48
- < v-layout
49
- column
50
- wrap
51
- class ="my-5 "
52
- align-center
53
- >
54
- < v-flex xs12 sm4 class ="my-3 ">
55
- < div class ="text-xs-center ">
56
- < h2 class ="headline "> The best way to start developing</ h2 >
57
- < span class ="subheading ">
58
- stateless microservices with Go for Kubernetes
59
- </ span >
60
- </ div >
61
- </ v-flex >
62
- < v-flex xs12 >
63
- < v-container grid-list-xl >
64
- < v-layout row wrap align-center >
65
- < v-flex xs12 md4 >
66
- < v-card class ="elevation-0 transparent ">
67
- < v-card-text class ="text-xs-center ">
68
- < v-icon x-large class ="blue--text text--lighten-2 "> cloud</ v-icon >
69
- </ v-card-text >
70
- < v-card-title primary-title class ="layout justify-center ">
71
- < div class ="headline text-xs-center "> Cloud Native</ div >
72
- </ v-card-title >
73
- < v-card-text >
74
- Distributed as a Helm chart. Builtin Kubernetes health checks (readiness and liveness).
75
- Graceful shutdown on interrupt signals.
76
- </ v-card-text >
77
- </ v-card >
78
- </ v-flex >
79
- < v-flex xs12 md4 >
80
- < v-card class ="elevation-0 transparent ">
81
- < v-card-text class ="text-xs-center ">
82
- < v-icon x-large class ="blue--text text--lighten-2 "> graphic_eq</ v-icon >
83
- </ v-card-text >
84
- < v-card-title primary-title class ="layout justify-center ">
85
- < div class ="headline "> Observability</ div >
86
- </ v-card-title >
87
- < v-card-text >
88
- Instrumentation with Prometheus (RED method).
89
- Structured logging with zap and Fluentd.
90
- Tracing with Jaeger and Istio.
91
- </ v-card-text >
92
- </ v-card >
93
- </ v-flex >
94
- < v-flex xs12 md4 >
95
- < v-card class ="elevation-0 transparent ">
96
- < v-card-text class ="text-xs-center ">
97
- < v-icon x-large class ="blue--text text--lighten-2 "> flash_on</ v-icon >
98
- </ v-card-text >
99
- < v-card-title primary-title class ="layout justify-center ">
100
- < div class ="headline text-xs-center "> Release automation</ div >
101
- </ v-card-title >
102
- < v-card-text >
103
- Multi-platform Docker image AMD64 and ARMv7.
104
- CI/CD powered by: TravisCI CircleCI Quay.io Google Cloud Container Builder Skaffold Weave Flux.
105
- </ v-card-text >
106
- </ v-card >
107
- </ v-flex >
108
- </ v-layout >
109
- </ v-container >
110
- </ v-flex >
111
- </ v-layout >
112
- </ section >
113
-
114
47
< v-footer class ="blue darken-2 ">
115
48
< v-layout row wrap align-center >
116
49
< v-flex xs12 >
0 commit comments