Posts

OpenShift OKD 3.11

Image
Want to learn OpenShift? Here's how to install and set up OpenShift OKD to get you started. OKD: The Origin Community distribution of Kubernetes OKD  is the Origin community distribution of Kubernetes  optimized for continuous application development and multi-tenant deployment. OKD adds developer and operations-centric tools on top of Kubernetes to enable rapid application development, easy deployment and scaling, and long-term lifecycle maintenance for small and large teams.  OKD  is also referred to as  Origin  in github and in the documentation. Features: Easily build applications with integrated service discovery and persistent storage. Quickly and easily scale applications to handle periods of increased demand. Support for automatic high availability, load balancing, health checking, and failover. P ush source code to your Git repository and automatically deploy containerized applications. Web console and command-line client for building and monitoring applicati

AWS Infrastructure with Terraform

Create Terraform modules for AWS and provision AWS Infrastructure Create dir ############ shashanksrivastava@197nodnb23093:~$ mkdir aws-terraform shashanksrivastava@197nodnb23093:~$ cd aws-terraform/ shashanksrivastava@197nodnb23093:~/aws-terraform$ ls shashanksrivastava@197nodnb23093:~/aws-terraform$ mkdir ec2 s3 Create modules for s3 ################# shashanksrivastava@197nodnb23093:~/aws-terraform$ mkdir modules shashanksrivastava@197nodnb23093:~/aws-terraform$ cd modules/ shashanksrivastava@197nodnb23093:~/aws-terraform/modules$ mkdir s3 shashanksrivastava@197nodnb23093:~/aws-terraform/modules$ cd s3/ shashanksrivastava@197nodnb23093:~/aws-terraform/modules/s3$ vim main.tf provider "aws" {   region  = "${var.aws_region}" } resource "aws_s3_bucket" "s3_bucket" {   bucket = "${var.bucket_name}"   acl    = "${var.bucket_acl}"   versioning {       enabled = "${var.versioning_enabled}"    

PrivX - Installation

Image
PrivX - An Access Management Solution, Lean on-demand Privileged Access Management for multi-cloud for SSH & RDP , fastest access provisioning software on the planet. Installing PrivX on RHEL 7.4 ################## 1st method _____________ using RPM ########## Download rpm package ##################### You can directly download rpm package from website  https://info.ssh.com/get-a-demo-now-of-any-ssh.com-product-or-service Installing PrivX through rpm ########################## [root@localhost PrivX-5.0-119]# rpm -ivh PrivX-5.0-119_33661b873.x86_64.rpm  error: Failed dependencies: krb5-devel is needed by PrivX-5.0-119_33661b873.x86_64 krb5-pkinit is needed by PrivX-5.0-119_33661b873.x86_64 libossp-uuid.so.16()(64bit) is needed by PrivX-5.0-119_33661b873.x86_64 libpcsclite.so.1()(64bit) is needed by PrivX-5.0-119_33661b873.x86_64 nginx >= 1.12 is needed by PrivX-5.0-119_33661b873.x86_64 ntp is needed by PrivX-5.0-119_33661b873.x86_64 pcsc-lit