Git Product home page Git Product logo

hands-on-kubernetes-on-azure---second-edition's Introduction

Hands-On-Kubernetes-on-Azure---Second-Edition

Hands-On Kubernetes on Azure - Second Edition

hands-on-kubernetes-on-azure---second-edition's People

Contributors

afzal63 avatar nillsf avatar packt-itservice avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

hands-on-kubernetes-on-azure---second-edition's Issues

Chapter 03 ConfigMap

In Chapter 3 of your book on ConfigMap:

kubectl exec -it redis-master-<pod-id> redis-cli
I have below:
$ kubectl exec -it redis-master-78b48bc9df-kn5dd redis-cli
kubectl exec [POD] [COMMAND] is DEPRECATED and will be removed in a future version. Use kubectl exec [POD] -- [COMMAND] instead.
127.0.0.1:6379>

How can we have the same output as from your book?
Thanks.

Chapter04 - hpa.yaml - referencing incorrect api version

Hello,

Apparently, HorizontalPodAutoscaler scenario described on page 91 require small change to make it work

--- a/Chapter04/hpa.yaml
+++ b/Chapter04/hpa.yaml
@@ -4,7 +4,7 @@ metadata:
   name: frontend-scaler
 spec:
   scaleTargetRef:
-    apiVersion: extensions/v1beta1
+    apiVersion: apps/v1
     kind: Deployment
     name: frontend
   minReplicas: 1

No resource found in default namespace

Ch 6 pg 149, 150

Followed steps twice from scratch with same result.

kubectl get certificate and kubectl describe certificaterequest

Both return
"No resources found in default namespace."

Thank you

Chapter 08 service catlog chart url outdated

Issue description

If you run following command in the chapter 08
helm repo add svc-cat https://svc-catalog-charts.storage.googleapis.com
you will get like
Error: looks like "https://svc-catalog-charts.storage.googleapis.com" is not a valid chart repository or cannot be reached: failed to fetch https://svc-catalog-charts.storage.googleapis.com/index.yaml : 403 Forbidden

Solution

please refer https://svc-cat.io/docs/install/ this web page to get latest install instruction of service catalog.

Deprecated Helm Chart Referenced

In Chapter 3, within the "Installing complex Kubernetes applications using Helm" section (in particular, page 75), you instruct us to run the following 2 commands:

helm repo add stable https://kubernetes-charts.storage.googleapis.com/
helm install handsonakswp stable/wordpress

While the first command completes without issue, the second one returns a warning message as follows:

WARNING: This chart is deprecated
Error: Kubernetes cluster unreachable: Get https://aksworksho-aksworkshop-ee2d54-2227f1c8.hcp.eastus.azmk8s.io:443/version?timeout=32s: dial tcp: lookup aksworksho-aksworkshop-ee2d54-2227f1c8.hcp.eastus.azmk8s.io on 168.63.129.16:53: no such host

Even though I am able to search the repo/hub for alternative Wordpress Helm charts (using helm search repo wordpress) and there are alternatives listed (from the hub specifically), it is not clear how to use one of these as an alternative deployment.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.