tutorial-cloud/docs/old-instance2.0/understanding.md
2024-10-25 10:05:08 +05:30

137 lines
5.4 KiB
Markdown

---
sidebar_label: 'Understanding Cloudtopiaa Dashboard'
sidebar_position: 1
---
<!-- truncate -->
import CodeBlock from '@site/src/components/CodeBloack';
import createImage from '@site/static/img/overview.png';
import project from '@site/static/img/project-1.png';
import volume from '@site/static/img/volume-1.png';
import volume2 from '@site/static/img/volume-2.png';
import network from '@site/static/img/network.png';
import container from '@site/static/img/container.png';
import stack from '@site/static/img/stack.png';
import file from '@site/static/img/file.png';
# Understanding Cloudtopiaa Dashboard
<div className="text">In Cloudtopiaa, projects are like organizational units, also called tenants or accounts. Every user belongs to one or more projects where they can create and manage their instances. From the 'Project' tab, you can easily see and control the resources for a project, such as instances and images. To switch between projects, just use the drop-down menu in the top left corner.</div>
<div className="head">Cloudtopiaa Dashboard</div>
<!-- project Tab -->
<div className="text" style={{ fontSize:'28px' }}>Project tab</div>
<div className="text">In Cloudtopiaa, projects are like groups or accounts. Each user belongs to one or more projects where they can create and manage instances.</div>
<div className="text">In the <span className="blue">Project</span> tab, you can view and manage the resources for a project, such as instances and images. To choose a project, use the drop-down menu in the top left corner.</div>
<div className="text">From the <a href="https://console.blr.cloudtopiaa.com/project/" style={{textDecoration: 'underline', color: '#0000b3'}}>Project</a> tab, you can access the following categories:</div><br/>
<img src={createImage} alt="overview" />
<!-- compute Tab -->
<div className="text" style={{ fontSize:'28px' }}>Compute tab</div>
<div className="text"><ul><li>Overview: View reports for the project.</li><li>Instances: View, launch, create a snapshot from, stop, pause, or reboot instances, or connect to them through VNC.</li><li>Images: View images and instance snapshots created by project users, plus any images that are publicly available. Create, edit, and delete images, and launch instances from images and snapshots.</li><li>Key Pairs: View, create, edit, import, and delete key pairs.</li></ul></div>
<div className="text">Read more about the compute tab.</div><br/>
<img src={project} alt="project" />
<!-- volume Tab -->
<div className="text" style={{ fontSize:'28px' }}>Volume tab</div>
<div className="text"><ul><li><span className="blue">Volumes</span>: View, create, edit, and delete volumes.</li><li><span className="blue">Backups</span>: View, create, edit, and delete backups.</li><li><span className="blue">Snapshots</span>: View, create, edit, and delete volume snapshots.</li><li><span className="blue">Consistency Groups</span>: View, create, edit, and delete consistency groups.
</li><li><span className="blue">Consistency Group Snapshots</span>: View, create, edit, and delete consistency group snapshots.</li></ul></div>
<div className="text">Read more about the Volume tab.</div><br/>
<img src={volume} alt="project" /><br/><br/>
<img src={volume2} alt="project" /><br/>
<!-- network Tab -->
<div className="text" style={{ fontSize:'28px' }}>Network tab</div>
<div className="text"><ul><li><span className="blue">Network Topology</span>: View the network topology.</li><li><span className="blue">Networks</span>: Create and manage public and private networks.</li><li><span className="blue">Routers</span>: Create and manage routers.</li><li><span className="blue">Security Groups</span>: View, create, edit, and delete security groups and security group rules..</li><li><span className="blue">Floating IPs</span>: Allocate an IP address to or release it from a project.</li></ul></div>
<div className="text">Read more about Network tab</div><br/>
<img src={network} alt="project" /><br/>
<!-- Object Store tab -->
<div className="text" style={{ fontSize:'28px' }}>Object Store tab</div>
<div className="text"><ul><li><span className="blue">Containers</span>: Create and manage containers and objects.</li></ul></div>
<div className="text">Read more about Network tab</div><br/>
<img src={container} alt="project" /><br/>
<div className="text" style={{ fontSize:'28px' }}>Infra Orchestration </div>
<div className="text"><ul><li><strong>Stacks</strong>: Groups of cloud resources (like servers, networks, and storage) managed together as one unit.</li><li><strong>Resource Types</strong>: Different kinds of cloud resources you can include in a stack, such as instances, volumes, or networks.</li><li><strong>Template Version</strong>: Specifies the version of the orchestration template format you're using to define resources.
</li><li><strong>Template Generator</strong>: A tool that helps create orchestration templates, which define how resources are set up and managed in the cloud.</li></ul></div>
<div className="text">Read more about infra orchestration</div><br/>
<img src={stack} alt="project" /><br/>
<div className="text" style={{ fontSize:'28px' }}>Share</div>
<div className="text">In cloudtopiaa share is the service that provides Shared File Systems as a service</div>
<div className="text"><ul><li><strong>File system</strong>: These are the actual shared file systems that users can create and mount on instances.</li></ul></div>
<img src={file} alt="project" /><br/>