Sivaiah- post- test

Docker quiz K8 quiz Commands cf auth admin “$CF_ADMIN_PASSWORD” cf enable-feature-flag diego_docker cf create-org test-org cf create-space -o test-org test-space cf target -o test-org -s test-space cf push test-node-app -p ./tests/smoke/assets/test-node-app cf push APP-NAMEcf apps cf version cf org-quotas cf orgs cf org cf org-user cf spaces kapp deploy -a cf -f ./cf-for-k8s-rendered.yml -y cf api –skip-ssl-validation https://api.vcap.me.

Read more

K8 Architecture by Sivaiah

What are the 10 feature of kubernetes?1.self healing2.Rolling update and rollback3.Auto scalability4.Combinations of container in Pod5.Manages container workload and services6.health checking7.speed deployment8.ability to absorb chnages quickly9.ability to recover quickly10.hide complexity in cluster How kubernetes works?By implementation of cluster with combinations of both control node and worker nodes, What are the components of Master? explain in one line sentense1.API server: it is an cluster gateway.2.cluster storage: it stores all data from API server(etcd)3.conroller manager:it is responsible to make sure all current

Read more