resources icon indicating copy to clipboard operation
resources copied to clipboard

This repository contains the code listings, examples and other resources for the book "GitOps and Kubernetes", written by Jesse Suen, Alex Matyushentsev, Billy Yuen and Todd Ekenstam, published by Man...

Results 7 resources issues
Sort by recently updated
recently updated
newest added

there is a problem when i execute controller.sh: PS C:\Users\CP Furkan\Desktop\gitops book\chapter-02> bash controller.sh The Deployment "kube-root-ca.crt" is invalid: spec.template.spec.containers[0].name: Invalid value: "kube-root-ca.crt": a lowercase RFC 1123 label must consist...

Hi again, I've been trying to do the exercise of the chapter 7 where vault injects secret to the custom app, I'm getting a timeout from the vault-init-container , complaining...

As '[whalesay](https://hub.docker.com/r/docker/whalesay/tags)' does not support arm64, it blocks the learning right in the beginning. Especially true, if the given person (as myself) does not have experience with minikube/kubernetes and this...

The error came up running ```bash controller.sh``` ``` "The Deployment "kube-root-ca.crt" is invalid: spec.template.spec.containers[0].name: Invalid value: "kube-root-ca.crt": a lowercase RFC 1123 label must consist of lower case alphanumeric characters or...

The venerable docker/whalesay image referenced in Chapter 2 nginx-pod.yaml uses an image format that is no longer supported by Docker as of the v27.0 release on July 1, 2024 which...