Questions tagged [operations-orchestration]

18 questions
0
votes
0 answers

How is detection time calculated in the Google Site Reliability Engineering Workbook?

In the second SLO alerting example of the Site Reliability Engineering workbook, the following statement is made: To keep the rate of alerts manageable, you decide to be notified only if an event consumes 5% of the 30-day error budget—a 36-hour…
dippynark
  • 233
  • 2
  • 12
0
votes
0 answers

are there popular vps orchestration tools similar to kubernetes but for non-container environments?

I'm in the process of learning kubernetes and docker swarm. I really appreciate how you can create several servers as work nodes and cluster/swarm them together. Then use commands like kubectl get pods or docker ps -a to see all pods/containers…
John
  • 7,153
  • 22
  • 61
  • 86
0
votes
1 answer

Does Minikube (or Kubernetes) need CPU-virtualisation instructions to orchestrate Docker containers?

I am looking to learn Kubernetes, specifically from this resource. I only want to run Docker containers, rather than full-fat VMs. It says that I need any of these as a base from which to work: Docker Desktop kind Minikube I have plumped for…
1
2