Setup Oracle Cloud KIT (OKIT) in some minutes on OCI (

Published: 17 May 2023
on channel: Bauf. K.
426
3

OCI designer and visualization toolKIT (OKIT) (https://lnkd.in/eJBsaa73::) is a browser-based set of tools that enable the user to design, deploy and visualize OCI environments through a graphical web based interface.
Visual System Design : Build a visual representation of your infrastructure and then export (svg, png, jpeg) or template
Generate Infrastructure as Code : Add key property information allowing the designed infrastructure to be used with a number of DevOps frameworks: Ansible, Terraform, OCI Resource Manager for prototyping and building
Introspect : Query existing OCI environments, through simple query functionality embedded within the web interface to get the status of your live state within a desired compartment
Cost Estimate : Calculate pricing of the components used within the diagram, complementing the Oracle cost estimator.

Command to set up the environment of Oracle Cloud KIT
1. Update le OS
sudo dnf update

2. Install and setup OCI CLI
sudo dnf -y install oraclelinux-developer-release-el8
sudo dnf install python36-oci-cli
oci --version
oci setup config --/ Put near OCID of Tenancy, user and name of region

3. Install and Setup Docker on linux
sudo dnf install -y dnf-utils zip unzip
sudo dnf config-manager --add-repo=https://download.docker.com/linux/centos/d...
sudo dnf remove -y runc
sudo dnf install -y docker-ce --nobest
sudo systemctl enable docker.service
sudo systemctl start docker.service
sudo systemctl status docker.service
sudo docker info
sudo docker version
sudo -s
vim /etc/sudoers
Copy content between quotes "opc ALL=(ALL) NOPASSWD: /usr/bin/docker" at the end of the file and save the file
vim /home/opc/.bash_profile
Copy content between quotes "alias docker=\"sudo /usr/bin/docker\"" at the end of the file and save the file
exit
Reconnect with opc user
docker ps

4. Install and Setup OKIT
sudo bash -c "yum install -y git"
docker build --tag okit --no-cache --force-rm https://github.com/oracle/oci-designer-too...
docker run -d --rm -p 80:80 --volume /home/opc/okit/user/templates:/okit/templates --volume /home/opc/.oci:/root/.oci --volume /home/opc/.ssh:/root/.ssh --name okit okit


Watch video Setup Oracle Cloud KIT (OKIT) in some minutes on OCI ( online without registration, duration hours minute second in high quality. This video was added by user Bauf. K. 17 May 2023, don't forget to share it with your friends and acquaintances, it has been viewed on our site 42 once and liked it people.