Conventions used
There are a number of text conventions used throughout this book.
Code in text
: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: “There are globally defined values under optimization
/opencost
, and then there’s a custom pricing model for each specific country.”
A block of code is set as follows:
helm repo add sealed-secrets https://bitnami- labs.github.io/sealed-secrets helm install sealed-secrets sealed-secrets/sealed-secrets #Install e.g. CLI on MacOS brew install kubeseal
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
clusterName: "aks-excelsior-development-2"globalConfig: chat_gpt_token: sk-dw****** signing_key: ea657a****** account_id: 7935371f******sinksConfig:- slack_sink: name: main_slack_sink slack_channel: pocs api_key: xoxb******- robusta_sink: name: robusta_ui_sink token: eyJhY2NvdW******enablePrometheusStack: true # This part is added to the default generated_values.yaml enablePlatformPlaybooks: true runner: sendAdditionalTelemetry: true rsa: private: ****** public: ******# This part is added to the default generated_values.yaml playbookRepos: chatgpt_robusta_actions: url: "https://github.com/robusta-dev/kubernetes-chatgpt-bot.git"# This part is added to the default generated_values.yaml customPlaybooks:# Add the 'Ask ChatGPT' button to all Prometheus alerts - triggers: - on_prometheus_alert: {} actions: - chat_gpt_enricher: {}
Any command-line input or output is written as follows:
$ aws eks --region eu-central-1 update-kubeconfig --name eksgitopscluster
Bold: Indicates a new term, an important word, or words that you see onscreen. For instance, words in menus or dialog boxes appear in bold. Here is an example: “When a Common Vulnerabilities and Exposures (CVE) is revealed, and you opt for the cockpit and fleet approach, adopting GitOps at scale also facilitates a vulnerability management at scale strategy.”
Tips or important notes
Appear like this.