Jomy george (jomyg)

jomyg

Geek Repo

Company:Qburst Technologies

Location:Cochin

Home Page:https://www.linkedin.com/in/jomygeorge11

Twitter:@the_realjomy

Github PK Tool:Github PK Tool

Jomy george's repositories

Language:DockerfileStargazers:0Issues:0Issues:0
Language:HTMLStargazers:0Issues:0Issues:0

aws-elb-site

Demo site for amazon elb . Used language is php and html

Language:JavaScriptStargazers:1Issues:0Issues:0

Ansible-playbook--wordpress-LAMP

Ansible playbooks are written in YAML, YAML Ain't Markup Language. Understanding YAML syntax is a key to success with Ansible. If you write or use Ansible playbooks, then you're used to reading YAML configuration files.

Language:HTMLStargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0

Ansible-playbook-wordpress-LAMP

Ansible playbooks are written in YAML, YAML Ain't Markup Language. Understanding YAML syntax is a key to success with Ansible. If you write or use Ansible playbooks, then you're used to reading YAML configuration files.

Language:PHPStargazers:0Issues:0Issues:0

Mariadb-installation-db-user-creation-via-ansible

Playbooks are one of the core features of Ansible and tell Ansible what to execute. They are like a to-do list for Ansible that contains a list of tasks. Playbooks contain the steps which the user wants to execute on a particular machine.

Stargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0

Private-docker-registry-with-frontend-ssl

Docker Registry is a server-side application and part of Docker’s platform-as-a-service product. It allows you to locally store all your Docker images into one centralized location. When you set up a private registry, you assign a server to communicate with Docker Hub over the internet. The role of the server is to pull and push images, store them locally, and share them among other Docker hosts.By running an externally-accessible registry, you can save valuable resources and speed up processes. The software lets you pull images without having to connect to the Docker Hub, saving up bandwidth and securing the system from potential online threats. Docker hosts can access the local repository over a secure connection and copy images from the local registry to build their own containers.

Stargazers:1Issues:0Issues:0

Portainer-Docker-container-controller

Portainer is a popular Docker UI that helps you visualise your containers, images, volumes and networks. Portainer helps you take control of the Docker resources on your machine, avoiding lengthy terminal commands

Stargazers:1Issues:0Issues:0

Docker-compose-with-wordpress-certbot-php-mysql-nginx

This is simple docker compose setup using Nginx,certbot,mysql and wordpress. Docker-Compose is a command line tool for defining and managing multi-container docker containers as if they were a single service. Compose is written in python and can be installed with the Python pip command. With compose, we can run multiple docker containers just with a single command. It allows you to create a container as a service, great for your development, testing and staging environment.

Stargazers:3Issues:0Issues:0

Docker-compose-Mysql-Flask-application

Flask is a micro web framework written in Python. It is classified as a microframework because it does not require particular tools or libraries. It has no database abstraction layer, form validation, or any other components where pre-existing third-party libraries provide common functions.

Stargazers:1Issues:0Issues:0

Docker-compose-with-wordpress-php-mysql-nginx

Docker-Compose is a command line tool for defining and managing multi-container docker containers as if they were a single service. Compose is written in python and can be installed with the Python pip command. With compose, we can run multiple docker containers just with a single command. It allows you to create a container as a service, great for your development, testing and staging environment.

Stargazers:1Issues:0Issues:0

Docker-Nginx-Wordpress-MySQL

A Nginx HTTPS reverse proxy is an intermediary proxy service which takes a client request, passes it on to one or more servers, and subsequently delivers the server’s response back to the client. While most common applications are able to run as web server on their own, the Nginx web server is able to provide a number of advanced features such as load balancing, TLS/SSL capabilities and acceleration that most specialized applications lack. By using a Nginx reverse proxy, all applications can benefit from these features.

Stargazers:1Issues:0Issues:0

ApplicationLoadBalancer-using-terraform

Application Load Balancer + Autoscaling group: An Application Load Balancer functions at the application layer, the seventh layer of the Open Systems Interconnection (OSI) model. After the load balancer receives a request, it evaluates the listener rules in priority order to determine which rule to apply, and then selects a target from the target group for the rule action. You can configure listener rules to route requests to different target groups based on the content of the application traffic. Routing is performed independently for each target group, even when a target is registered with multiple target groups. You can configure the routing algorithm used at the target group level. The default routing algorithm is round robin; alternatively, you can specify the least outstanding requests routing algorithm.

Language:HCLStargazers:1Issues:0Issues:0

Image-creation-using-Dockerfile-in-buildah

Buildah is a command-line tool for creating Open Container Initiatives (OCI) or traditional Docker images.You don't need Docker host or Docker-in-Docker to build container images

Stargazers:1Issues:0Issues:0

Ec2-creation-using-AWS-CLI

AWS CLI is a unified tool for running and managing your various AWS services. Just download and install the tool and you will be able to control multiple AWS services from the command line, which makes the process of managing the AWS more easier.

Stargazers:1Issues:0Issues:0

s3bucket-creation-using-terraform

An Amazon S3 bucket is a public cloud storage resource available in Amazon Web Services' (AWS) Simple Storage Service (S3), an object storage offering. Amazon S3 buckets, which are similar to file folders, store objects, which consist of data and its descriptive metadata.

Language:HCLStargazers:1Issues:0Issues:0

Terraform-VPC-sample

Amazon Virtual Private Cloud (Amazon VPC) enables you to launch Amazon Web Services resources into a virtual network you've defined. This virtual network resembles a traditional network that you'd operate in your own data center, with the benefits of using the scalable infrastructure of AWS.

Language:HCLStargazers:1Issues:0Issues:0

terraform-packer-ami

Packer is an open source tool for creating identical machine images for multiple platforms from a single source configuration. Packer is lightweight, runs on every major operating system, and is highly performant, creating machine images for multiple platforms in parallel.

Language:HCLStargazers:2Issues:0Issues:0

Route-53--Subdomain-hosted-zone-using-IAM-user

Route 53 and IAM - Allowing access to specific hosted zones with Route 53 and IAM. AWS Route 53 takes its name with reference to Port 53, which handles DNS for both the TCP and UDP traffic requests; the term Route may signify the routing, or perhaps the popular highway naming convention. Route 53 is an Authoritative DNS service, which contains information about the mapping of IP addresses to domain names.

Stargazers:2Issues:0Issues:0

Ec2-creation-using-VPC-module

Amazon Virtual Private Cloud (Amazon VPC) enables you to launch Amazon Web Services resources into a virtual network you've defined. This virtual network resembles a traditional network that you'd operate in your own data center, with the benefits of using the scalable infrastructure of AWS. A Terraform module is a collection of standard configuration files in a dedicated directory. Terraform modules encapsulate groups of resources dedicated to one task, reducing the amount of code you have to develop for similar infrastructure components.

Language:HCLStargazers:1Issues:0Issues:0

terraform-vpc-ec2-project

Using VPC, you can quickly spin up a virtual network infrastructure that AWS instances can be launched into. Each VPC defines what your AWS resources need, including: IP addresses. Subnets.

Language:HCLStargazers:1Issues:0Issues:0

Prometheus-Grafana-Monitor-Setup

Ansible playbook, that can be used for installing and setup prometheus and grafana on client servers, all that plays are using with inbuilt ansible modules.

Stargazers:0Issues:0Issues:0