DevOps Curriculum

...und komplex sein. Dies gilt vor allem, wenn man eine robuste Replikation für Failover und Read-Replicas haben möchte. Amazon Relational Database Service (RDS) ist ein vollständig verwalteter Dienst, um...

...der Failover funktioniert und die Anwendung sich zu der anderen Instanz verbindet. Wie kann man Read-Replicas in seine Anwendung einbinden? Kann man ein Read-Replica zu einem Primary machen...

DevOps Curriculum

...use on the backend. Goals After finishing this lesson you should be able to read and write simple Ruby programs. Gain an understanding of the following concepts: Working with basic...

...some tutorial to get you started with learning Ruby. You don't need to read them all. Pick some that work for you. codeacademy.com: Interactive tutorial Introduction to Programming with...

...Namespaces begrenzt werden können. Anhang A --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: name: pod-reader rules: - apiGroups: ["", "apps"] resources: ["pods...

...deployments", "statefulsets"] verbs: ["get", "watch", "list"] Anhang B --- apiVersion: rbac.authorization.k8s.io/v1 kind: RoleBinding metadata: name: read-pods namespace: sample subjects: - kind: ServiceAccount name: read-pods namespace: sample roleRef: kind: ClusterRole...

DevOps Curriculum

Datei Berechtigungen Verstehe Zugriffsrechte für Dateien: Was bedeutet "ownership" bei Dateien? Kannst du read, write und executable Flags für Dateien erklären? Wie funktioniert die oktale Schreibweise für Berechtigungen?

...ein neues Verzeichnis, in dem du diverse Dateien anlegst. Einige der Dateien sollen world readable sein. Das Script muss prüfen, ob es sich dabei wirklich um ein Verzeichnis handelt.

Best results in other decks

Orca is a Linux screen reader. Since it is part of the GNOME project it should come preinstalled with Ubuntu installations. Getting started To turn on the screen reader you...

...can either go to Settings > Accessibility and then activate Screen Reader in the "Seeing" section or you can simply type orca in your terminal. Alternatively you can use the default...

...noise. Add it to your .bashrc or .zshrc. tg() { terragrunt $@ | grep -v "Refreshing state...\|Reading...\|Read complete after" } tf() { terraform $@ | grep -v "Refreshing state...\|Reading...\|Read complete after" }

Search in all decks