Costas Nicou Back Office

Notes

Kubernenetes – Deployments

kubectl rollout status deployment/myapp-deployment kubectl rollout histor deployment/myapp-deployments kubectl rollout undo deployment/myapp-deployment

Read More

Kubernetes – Repilication Controllers and Replica Sets

Replication Controller Definition yml file kubectl create -f rc-definition.yml kubectl get replicationcontroller Replica Set definition yml file Replica set requires a selector definition. Replica set can also manage pods that were not created in the definition file kubectl replace -f replicaset-definition.yml or kubectl scale –replicas=6 replicasete-definition.yml

Read More

Kubernetes Introduction

Basic Concepts Node also known as minion is a machine which kubernetes is installed, Kublet is the agent running on each minion on the cluster, etcd is responsible to hold information and logs about the cluster, the scheduler is responsible for distributing containers across the nodes. Controllers analyze the cluster and can bring up more […]

Read More

Anthony Robbins – Personal Power – CD 1

I am committed to be a lifetime learner. Simple clear approaches that get results. All is required is the desire and commitment from myself to follow through each day. What people can do is different that what people will do. Personal power is the ability to act. Success and failure is not overnight. It’s one […]

Read More

Fundamentals of Security

Information Security Information Security is the act of protecting data and information from unauthorized access, unlawful modification and disruption, disclosure and corruption and destruction. Information Systems Security The act of protecting the systems that hold and process critical data. The CIANA Triad (Confidentiality, Integrity, Availability, Non-repudiation, Authentication) Confidentiality ensures that information is only accessible to […]

Read More

Explore your Microsoft 365 cloud environment

Microsoft 365 subscriptions and plans “plan” typically refers to a specific set of features and services included in a subscription. “subscription” generally refers to the act of acquiring access to a particular Microsoft 365 plan. It involves paying a recurring fee to Microsoft in exchange for the right to use the selected plan’s features and […]

Read More
1 2 3 4 7