How to delete a namespace in Kubernates
We can use kubectl command to delete namespaces in Kubernates. But this command need to be used in caution as
Read MoreFor Techs.... Techniques.... Technologies....
We can use kubectl command to delete namespaces in Kubernates. But this command need to be used in caution as
Read MoreWe can automate EC2 start and stop processes using the Python scripts using boto3 module. Usually it will take some
Read MoreSometimes we need to give access to users on an a single EC2 instances with start and stop permissions without
Read MoreInstall is the first stage of CodeDeploy deployment. New containers with updated task will be created in this step and
Read MoreThere are certain situations where the build argument need to use as variable in Dockerfile CMD. This article explains the
Read MoreThis happens when the ECS agent become not reponsing or lost connection. ECS agent in the corresponding EC2 instance need
Read MoreSometimes we need to give access to users on all EC2 instances with start and stop permissions without the terminate
Read MoreThis article explains the detailed steps to install Docker in Ubuntu. Step1: Login to the server via ssh as root.
Read MoreImportError: cannot import name 'docevents' from 'botocore.docs.bcdoc' The reason for this error is the version conflict of Python botocore module
Read MoreARN of EC2 instance will be in the following format. Where REGION, ACCOUNT_ID and INSTANCE_ID need to be replaced with
Read MoreUFW rules have reference numbers and the ruled with lower reference numbers have high priority. Here there should be an
Read More