Using LocalStack to test AWS services locally
LocalStack is a cloud service emulator that runs in a single container on your machine or within your CI environment. With LocalStack, you can run your AWS applications or Lambdas…
Favourite tutorials for developers
LocalStack is a cloud service emulator that runs in a single container on your machine or within your CI environment. With LocalStack, you can run your AWS applications or Lambdas…
Container Orchestration is used for managing, scheduling, scaling, storage and networking for individual containers. This can be used in any environment where we use the containers. Container Orchestration helps to…
This Blog lists different ways to set up and run Kubernetes. So when you install Kubernetes, choose an installation type based on ease of maintenance, security, control, available resources, and…
SDLC Automation is the most asked domain in AWS Certified DevOps Engineer-Professional Exam and it covers 22% of the exam. This domain mainly revolves around automating the Software Development Lifecycle.…