Credits to @Pivotal team Cloud Native architechture is based on 12 Factor app development
The traditional telnet helps to port check between VMs, but the Azure cloud environment has NSGs. Going through NSG’s is time-consuming work.
Cloud Native platform analysis of CaaS, PaaS, and Serverless. Stateful apps are tightly coupled applications (AKA) monolithic apps. Stateless apps are Loosely coupled applications (AKA) Microservices apps.
Jenkins 2.0 introduced Pipeline as a code. I need to create CI/CD automation pipeline as code for different stages in Continous Integration and Continous Delivery. SSH Agent plugin comes with the pipeline as a code. I will discuss two scenarios using the SSH agent from a Cloud perspective and create a Public key, private key using SSH keygen for an individual user.
Simple Static File server, to get the current working directory and display it in a browser. Includes CLI […]
Advanced Cloud Native Go video course by M.-Leander Reimer from Packtpub. I felt Go is likely to replace […]
DevOpsDays India, a two day event happens every year in Bangalore. The event was useful and met speakers Ian […]
A simple web server provides HTTP/2 and automatic HTTPS, programmed in Go language (Golang). Setup is straight ahead, and binaries are available for all the major operating systems.
A simple Go program to find file extension in the current folder. I have used flags, path/filepath and OS […]