git pull is used for
fetch and download content from a remote repository and immediately update the local repository to match that content
what is API?
RESTful API is an interface that two computer systems use to exchange information securely over the internet. Most business applications have to communicate with other internal and third-party applications to perform various tasks.
git commit
After you're happy with the staged snapshot, you commit it to the project history with git commit
vpc in aws is
private virtual cloud
kubectl svc
is used to check what services are running using kubernetes
example: load balancer por 8000
ec2 instance in vpc
Amazon Elastic Compute Cloud (Amazon EC2) provides scalable computing capacity in the Amazon Web Services (AWS) Cloud.
terraform fmt
to check if code in a tf file is has a proper indentation
a aws bucket is good for
storing progress in a project rather than doing it locally
terraform apply
apply changes made in a tf format to a cluster, container or pod.
parts of continuous integration
code commit, unit test, code quality, package, integration tests