Coder Social home page Coder Social logo

cka-studyguide's Issues

Ingress syntax

Ingress v1beta has been deprecated, and there is a bit of syntax change in the service definition, i.e. instead of serviceName and servicePort:

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
  creationTimestamp: null
  name: ingressName
spec:
  ingressClassName: default
  rules:
  - host: foo.com
    http:
      paths:
      - backend:
          service:
            name: svcName
            port:
              number: 80
        path: /bar
        pathType: Exact
status:
  loadBalancer: {}

LabGuideAnswers/Part-1-Scheduling.md - Lab Activity 3 - Resource Limits Missing namespace

I can not find where is the namespace has been assigned in the LimitRange - mem-limit-range.

Need to add:-

1- Save the " LimitRange - mem-limit-range" as a mem-limit-range.yaml:
2- Run the below command:-
kubectl apply -f mem-limit-range.yaml --namespace=tenant-b-100mi

Same issue in the pod definition, we need to add namespace=tenant-b-100mi on the metadata section.

Reference:-
https://kubernetes.io/docs/tasks/administer-cluster/manage-resources/memory-constraint-namespace/

etcdctl cluster-health command not in etcdctl v3

failed:
sudo ETCDCTL_API=2 etcdctl cluster-health
sudo ETCDCTL_API=2 etcdctl --ca-file="/var/lib/minikube/certs/etcd/ca.crt" --cert-file="/var/lib/minikube/certs/apiserver-etcd-client.crt" --key-file="/var/lib/minikube/certs/apiserver-etcd-client.key" --endpoints "https://127.0.0.1:2379" cluster-health

worked:
sudo etcdctl --cluster=true endpoint health --cacert="/var/lib/minikube/certs/etcd/ca.crt" --cert="/var/lib/minikube/certs/apiserver-etcd-client.crt" --key="/var/lib/minikube/certs/apiserver-etcd-client.key"

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.