Open source expert session by LW.
Open source means which is publicly accessible anyone can see, modify, and distribute the code according to their requirement.
It helps us to grow your network as well as enrich our technical projects. Actually it helps to get into industry expert’s connection & learn from them a lot.
Some of the way to contribute to open source community are contributing to the existing open source projects, or to create our own project , make it open and everyone will contribute to it. Or just create the open source solution for any commercial software.
GitLab is a web-based DevOps lifecycle tool that provides a Git-repository manager providing wiki, issue-tracking and continuous integration and deployment pipeline features, using an open-source license, developed by GitLab Inc.
Orchestration is the automated configuration, management, and coordination of computer systems, apps, and services.
Kubernetes is an open-source container-orchestration system for automating computer application deployment, scaling, and management. It was originally designed by Google and is now maintained by the Cloud Native Computing Foundation
Kubernetes is the most prominent technology in modern microservices. It is designed to make managing microservices clusters of containerized applications simpler and more automated. It works on a master salve architecture
Kubernetes works as cluster which has master node & worker nodes
Terraform is a opensource tool for building, changing, and versioning infrastructure safely and efficiently. Terraform can manage existing and popular service providers as well as custom in-house solutions
IAAC stands for Infrastructure As A Code. Using Terraform we can design Infrastructure As A Code
Terraform codes can be written in a .tf file. And you can use providers & related keywords as per your use case
For management we can create multiple files in a working directory & to make the code dynamic we can parameterize our code(using variables)
AWS Support is a collection of tools and advice provided to an Amazon Web Services customer to help troubleshoot or improve the use of AWS public cloud resources. An AWS customer uses AWS Support when that customer experiences a problem in the cloud or wants to improve the efficiency of a cloud deployment
Many real world solutions are implemented with respect to DSA core concepts. Similarly to work on them or create some new also we require the right concepts of DSA. Opensource community helps you connect to multiple industry leaders so you can see their work, learn from them as well
Argo CI is a continuous integration and deployment system powered by Argo workflow engine for Kubernetes. Argo CD is a GitOps continuous delivery tool for Kubernetes
GitOps is a way of implementing Continuous Deployment for cloud native applications. It focuses on a developer-centric experience when operating infrastructure, by using tools developers are already familiar with, including Git and Continuous Deployment tools