Coder Social home page Coder Social logo

k8s-manifests's Introduction

k8s-manifests

Assumes you have already created a PKS/K8s Cluster with something similar to below.

  1. pks login -a uaa-svr.domain-name.com -u alana -p somepassword -k
  2. pks create-cluster ga-routed-demo --external-hostname ga-routed-demo.domain-name.com --plan small --num-nodes 2
  3. pks get-credentials ga-routed-demo
  4. pks cluster ga-routed-demo
    1. Kubernetes Master IP(s): 10.41.0.2
    2. NOTE: We have routed access to the K8S Master node in this setup (10.41.0.2) but the CERTIFICATES were generated with the —external-hostname parameter which is ga-routed-demo.domain-name.com which means that is how we will need to address the Master node. To accomplish this we will need to add a DNS entry for this hostname and IP
  5. echo "10.41.0.2 ga-routed-demo.domain-name.com" >> /etc/hosts
  6. kubectl config get-contexts
  7. kubectl config use-context ga-routed-demo
  8. kubectl get nodes -o wide

k8s-manifests's People

Contributors

tkrausjr avatar

Forkers

pramine

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.