**Найти под по IP адресу **
kubectl get pods -o custom-columns=:metadata.name --no-headers=true --field-selector status.podIP=
// try https://goplay.space/#P8MtNeGIX69 | |
import ( | |
"os" | |
"github.com/go-kit/kit/log" | |
) | |
func Msg(s string) []interface{} { | |
return []interface{}{ | |
"msg", |
package main | |
// live https://goplay.space/#qUqusVmj8oV | |
import ( | |
"context" | |
"fmt" | |
) | |
func NewService(l *Logger) *Service { | |
return &Service{ |
package config | |
import ( | |
"net/http" | |
"regexp" | |
"strings" | |
) | |
// idPatterns describes patterns of IDs in URLs. These patterns are matched | |
// against an entire URL. These patterns are used as given without any |
Install the termux app for Android
Open Termux
Install google-cloud-sdk by
# install dependencies
pkg install python2 curl
package main | |
func main() { | |
var in string := "ACBBBCAACBBAAAC" | |
// 1. Определить длину строки in | |
// 2. Вывести на экран определенную длину строки | |
println( ) | |
Использую сервер на Ubuntu 20.04 LTS
Тестировался на канале 100 Мбит/с (96/95 Мбит/с download/upload)
Some thoughts on monitoring.
Source Documents:
Just use https://gitflic.ru/project/dbi471/git-switch |
SLI Definition Example for Web Store https://cloud.google.com/blog/products/management-tools/practical-guide-to-setting-slos