Kubectl cp command is most widely used to copy files between pods and local file system. It is more like SCP in Linux world to copy files between local to remote machines using ssh protocol. With kubectl cp you can perform the following tasks upload a file to the pod[...]
Read moreAuthor: Vishnu S
Terraform AKS Example - Creating Azure K8s Cluster | Devops Junction
Kubernetes is a Container Orchestration tool given to the world by Google. It changed the way applications are deployed managed and scaled. In our blog, we have written various introductory articles on how to get started with Containers and Kubernetes If you are new to Containers. read this article before[...]
Read moreTerraform Lambda Example Create and Deploy - AWS | Devops Junction
Serverless has become a new way to run software and applications over the cloud. Let's suppose you have a python single file application and you want to make it available to your users. The days of Provisioning a Virtual machine installing necessary packages and managing the versions are all over.[...]
Read moreGitHub Actions Firebase App Deployment Automated | Devops Junction
GitHub Actions makes it easy to automate all your software workflows with GitHub’s own CI/CD. Now you can build, test, and deploy your code right from GitHub. GitHub Actions offer free minutes of usage and storage per month so if you want to use GitHub Actions beyond the minutes or[...]
Read moreAWS ActiveMQ Python STOMP Example - with SSL | Devops Junction
In this article, we are going to see how to connect to AWS ActiveMQ using Python. STOMP ( Simple Text Oriented Messaging Protcol) is a protocol supported by Message Oriented Middleware products like ActiveMQ, RabbitMQ for faster and reliable message streaming. We are going to use STOMP with Python to[...]
Read more