Giter Club home page Giter Club logo

case-study's Introduction

OVERVIEW:

AWS login including the secret key and access key have been shared already. This would be useful in accessing k8s cluster through api calls. I’ve also sent the config file. You can use it by configuring an aws profile on your system by the name ‘eks-test’ using the access and secret key.

https://docs.aws.amazon.com/eks/latest/userguide/create-kubeconfig.html

All the vms use eks.pem ssh key file. I’ve configured Node Port 30001 since the nodeport range must lie between ( 30000-32767) and this being a managed cluster, I didn’t had the access to change the setting on master node.

https://kubernetes.io/docs/concepts/services-networking/service/

All the vms are in us-east-1.

MONGO CONFIGURATION:

You can find mongo in AWS by the name MongoVM. It has a test database for node app to use with the following credentials:

USERNAME: test
PASSWORD: password

An admin user is also created:

USERNAME: admin
PASSWORD: password

Data dir and Log dir are mounted on /data and /log and Mongo version is 4.4

K8S CONFIGURATION:

All the resources are deployed in the namespace ‘bykea’. Since security is of high priority for this task the credentials for the node-app are being fetched by secrets and are base64 encoded. Both the node app replicas are on different worker nodes and have a QOS of burstable.

case-study's People

Contributors

arsikhan avatar

Watchers

James Cloos avatar  avatar

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.