DevOPS Series : Agile & Scrum

Introduction to Agile methods In software development, Agile practices approach discovering requirements and developing solutions through the collaborative effort of self-organizing and cross-functional teams and their customers. It advocates adaptive planning, evolutionary development, early delivery, and continual improvement, and it encourages flexible responses to change. The goal is to quickly show something to the stakeholder and have their feedback quickly and often and …

DevOPS Series : Agile & Scrum Read More »

AWS Series – Applications, Mobile and Virtual Desktop

Applications AWS Step Functions AWS Step Functions provides serverless orchestration for modern applications. Orchestration centrally manages a workflow by breaking it into multiple steps, adding flow logic, and tracking the inputs and outputs between the steps. As your applications execute, Step Functions maintains application state, tracking exactly which workflow step your application is in, and …

AWS Series – Applications, Mobile and Virtual Desktop Read More »

AWS Series – Storage

Introduction Today we will see AWS most used storage services ! Amazon Simple Storage Service S3 The oldest AWS service and the most used ! Amazon Simple Storage Service (Amazon S3) is an object storage service that offers industry-leading scalability, data availability, security, and performance. This means customers of all sizes and industries can use …

AWS Series – Storage Read More »

Kubernetes Series : My K8S Cheatsheet

Troubleshooting See my previous article : here. POD and Container Introspection List the current pods kubectl get pods Describe pod kubectl describe pod <name> Delete pod kubectl delete pod <name> Watch nodes continuously kubectl get nodes -w Cluster Introspection Get cluster information kubectl cluster-info Get the configuration kubectl config view Get information on a node kubectl …

Kubernetes Series : My K8S Cheatsheet Read More »