Monthly Archives: agosto 2019

The Cloud Native Trail Map provides an overview for enterprises starting their cloud native journey | LandScape CNCF.

https://github.com/nestorreveron/landscape | The Cloud Native Interactive Landscape filters and sorts hundreds of projects and products, and shows details including GitHub stars, funding or market cap, first and last commits, contributor counts, headquarters location, and recent tweets. >>> https://l.cncf.io

Tu voto:

Publicado en IT | Deja un comentario

Kubernetes | Create POD, Deployment, Namespace, Service, JsonPath, etc

Tu voto:

Publicado en IT | Deja un comentario

Kubernetes | Create a POD with a Volume of type emptyDir

Tu voto:

Publicado en IT | Deja un comentario

Take a backup of the etcd cluster and save it.

Go to$ cd /etc/kubernetes/manifests/ $ls etcd.yaml $cat /etc/kubernetes/manifests/ copy livenessProbe.exec.command /bin/sh -ec ETCDCTL_API=3 etcdctl –endpoints https://127.0.0.1:2379 –cacert=/etc/kubernetes/pki/etcd/ca.crt –cert=/etc/kubernetes/pki/etcd/healthcheck-client.crt –key /etc/kubernetes/pki/etcd/healthcheck-client.key snapshot save ./snapshot.db

Tu voto:

Publicado en IT | Deja un comentario