Code Monkey home page Code Monkey logo

console's Introduction

GitOps Infrastructure & Application Delivery Platform

Install |  Twitter |  LinkedIn |  Slack |  Blog


Kubefirst CLI

The Kubefirst CLI creates instant GitOps platforms that integrate some of the best tools in cloud native from scratch in minutes.

Each of our platforms have install guides that detail the prerequesites, commands, and resulting platform that you'll receive.

In beta:

  • Google Cloud
  • Vultr
  • Akamai (docs coming soon) kubefirst beta akamai create --help
  • K3s (docs coming soon) kubefirst beta k3s create --help

Overview

https://docs.kubefirst.io

kubefirst architecture diagram

Feed K-Ray

Feed K-Ray a GitHub star ⭐ above to bookmark our project and keep K-Ray happy!!

Star History Chart

console's People

Contributors

6za avatar cristhianf7 avatar d-b-hawk avatar dependabot[bot] avatar echoboomer avatar fharper avatar jarededwards avatar johndietz avatar kube1st avatar robertkeithrippetoe avatar tomekz avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

console's Issues

Responsive Navigation

Problem

We want to refactor the navigation component, the current implementation was made to receive props but We'd prefer to use native CSS media queries rather than javascript screen listeners.

Acceptance Criteria

  • Navigation should be responsive
  • Adjust the version because is tied to the desktop version
  • Use CSS media queries with styled-media-query
  • Mobile first

Implementation Example

Use theme/media/index.ts in the style component

export const StyledComponent = styled.div`
  // mobile styles
  width: 614px;


  ${media.greaterThan('md')`
    // desktop styles
    width: 790px;
  `};
`;

Result

< 1028px

Screenshot 2023-03-14 at 9 31 36 AM

> 1028px

Screenshot 2023-03-14 at 9 38 03 AM

fix: rename local to k3d

  • We need to rename local code related to k3d so it keeps consistent with the CLI
  • Note: still need to confirm if we also want to update the content like titles and descriptions

Remove config call to Internal API

We are not supporting the static release and the internal API anymore. We only want to read config values via Environment Variables.

  • Delete internal api from the store. src/store.ts

  • Delete internal api src/api/internalApi.ts

  • Refactor the action to read env variables from the runtime values window.__env__

  • Create a reducer function to set configs.

Some links for Kubefirst 1.10.3 aren't working for local

  • Argo CD Url should be http://localhost:8080/applications/argo
  • Argo Workflows Url should be http://localhost:8080/applications/argo-cwft-components
  • Argo Workflos Doc link should be https://docs.kubefirst.io/tooling/argo.html.

These URL updates should only apply to the local scenario.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.