SUSE

@il-suse

Private team

Joined on Dec 21, 2019

  • Objective Show how JQ could be used to query a JSON with a lot of possibilities. For these examples I am using the output derived from a openQA API query. openqa-cli api --host http://openqa.suse.de /jobs limit=5000 result="failed" latest=1 >output.failed.json To know more about API query, please visit Cris' tutorial JQ is huge, so I am only explaining some useful examples derived from some tickets when I was working in openQA and tools team at SUSE. To know more about JQ please visit https://stedolan.github.io/jq/
     Like 1 Bookmark
  • An introduction by Ivan Lausuch Materials https://github.com/ilausuch/training_sessions/tree/main/react email: ilausuch@suse.com Why ReactJS (my oppinion) Create dynamic frontends (client-side rendering)
     Like  Bookmark
  • by Ivan Lausuch docker run -d --restart=unless-stopped \ -p 80:80 -p 443:443 \ -v /root/rancher:/var/lib/rancher \ --name rancher \ rancher/rancher:latest \ --acme-domain rancher.desarrolloproyectos.com
     Like  Bookmark
  • The tools kubectl: kubernetes command line client helm: A package manager for kubernetes applications kubectl kubectl <verb> [<class>] [<object>] $ kubectl get nodes NAME STATUS ROLES AGE VERSION
     Like  Bookmark
  • in 5 minutes Kubernetes is a container orchestrator But it is a kind of magic: We specify the configuration of applications as our "desired state" and Kubernetes will try to deploy this configuration. And it will try to maintain it over time whatever happens. Kubernetes gives us
     Like  Bookmark